Html Css Color HEX #52AFCB Viking

📋 copy color: '#52AFCB'

red 82 ◦ green 175 ◦ blue 203

#52AFCB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viking #52AFCB

Tints of Viking #52AFCB

RGB

 RED value IS 82 (32.42% from 255) = 17.83%

 GREEN value IS 175 (68.75% from 255) = 38.04%

 BLUE value IS 203 (79.69% from 255) = 44.13%

R = 17.83%
G = 38.04%
B = 44.13%

CMYK

 C value IS 0.60

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#52AFCB (or 0x52AFCB) is known color: Viking. HEX triplet: 52, AF and CB. RGB value is (82,175,203). Sum of RGB (Red+Green+Blue) = 82+175+203=460 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.83% from 460); Green value is 175 (68.75% from 255 or 38.04% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 203 - color contains mainly: blue. Hex color #52AFCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52AFCB is #AD5034. Grayscale: #969696. Windows color (decimal): -11358261 or 13348690. OLE color: 13348690.

HSL color Cylindrical-coordinate representation of color #52AFCB: hue angle of 193.88º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52AFCB is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 82 175 203 -
CMYK 0.60 0.14 0 0.20
HSL 193.88º 0.54% 0.56% -
HSV(B) 193.88º 0.6% 0.8% -
XYZ 29.59 36.77 62.04 -
YUV 150.39 157.69 79.22 -
System Red Green Blue C M Y K H S L
Decimal 82 175 203 0.60 0.14 0 0.20 193.88 0.54 0.56
Hex 52 AF CB 3C E 0 14 C2 36 38
Octal 122 257 313 74 16 0 24 302 66 70
Binary 1010010 10101111 11001011 111100 1110 0 10100 11000010 110110 111000

Color Harmonies of #52AFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AFCB

Black with #52AFCB

Text Example


Text Example

White with #52AFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52AFCB; }

 p { color: rgb(82,175,203); }

 H1.HeaderClassName
 {
   color: #52AFCB;
 }
 .AnyTagClassName
 {
   color: #52AFCB;
 }
</style>

background-color css

<style>
 a { background-color: #52AFCB; }

 a { background-color: rgb(82,175,203); }

 div.DivClassName
 {
   background-color: #52AFCB;
 }
 .BgClassName
 {
   background-color: #52AFCB;
 }
</style>

border-color css

<style>
 span { border-color: #52AFCB; }

 span { border-color: rgb(82,175,203); }

 td.TdClassName
 {
   border-color: #52AFCB;
 }
 .TagClassName
 {
   border-color: #52AFCB;
 }
</style>