Html Css Color HEX #52BBD3 Viking

📋 copy color: '#52BBD3'

red 82 ◦ green 187 ◦ blue 211

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

Shades of Viking #52BBD3

Tints of Viking #52BBD3

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.96%

 BLUE value IS 211 (82.81% from 255) = 43.96%

R = 17.08%
G = 38.96%
B = 43.96%

CMYK

 C value IS 0.61

 M value IS 0.11

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#52BBD3 (or 0x52BBD3) is known color: Viking. HEX triplet: 52, BB and D3. RGB value is (82,187,211). Sum of RGB (Red+Green+Blue) = 82+187+211=480 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.08% from 480); Green value is 187 (73.44% from 255 or 38.96% from 480); Blue value is 211 (82.81% from 255 or 43.96% from 480); Max value from RGB is 211 - color contains mainly: blue. Hex color #52BBD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BBD3 is #AD442C. Grayscale: #9E9E9E. Windows color (decimal): -11355181 or 13876050. OLE color: 13876050.

HSL color Cylindrical-coordinate representation of color #52BBD3: hue angle of 191.16º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52BBD3 is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 82 187 211 -
CMYK 0.61 0.11 0 0.17
HSL 191.16º 0.59% 0.57% -
HSV(B) 191.16º 0.61% 0.83% -
XYZ 33.01 42.04 68 -
YUV 158.34 157.71 73.55 -
System Red Green Blue C M Y K H S L
Decimal 82 187 211 0.61 0.11 0 0.17 191.16 0.59 0.57
Hex 52 BB D3 3D B 0 11 BF 3B 39
Octal 122 273 323 75 13 0 21 277 73 71
Binary 1010010 10111011 11010011 111101 1011 0 10001 10111111 111011 111001

Color Harmonies of #52BBD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BBD3

Black with #52BBD3

Text Example


Text Example

White with #52BBD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,187,211); }

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

background-color css

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

 a { background-color: rgb(82,187,211); }

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

border-color css

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

 span { border-color: rgb(82,187,211); }

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