Html Css Color HEX #52BBCF Viking

📋 copy color: '#52BBCF'

red 82 ◦ green 187 ◦ blue 207

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

Shades of Viking #52BBCF

Tints of Viking #52BBCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.49%

R = 17.23%
G = 39.29%
B = 43.49%

CMYK

 C value IS 0.60

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#52BBCF (or 0x52BBCF) is known color: Viking. HEX triplet: 52, BB and CF. RGB value is (82,187,207). Sum of RGB (Red+Green+Blue) = 82+187+207=476 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.23% from 476); Green value is 187 (73.44% from 255 or 39.29% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 207 - color contains mainly: blue. Hex color #52BBCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BBCF is #AD4430. Grayscale: #9D9D9D. Windows color (decimal): -11355185 or 13613906. OLE color: 13613906.

HSL color Cylindrical-coordinate representation of color #52BBCF: hue angle of 189.6º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52BBCF is Cyan = 0.60, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 187 207 -
CMYK 0.60 0.10 0 0.19
HSL 189.6º 0.57% 0.57% -
HSV(B) 189.6º 0.6% 0.81% -
XYZ 32.51 41.84 65.39 -
YUV 157.89 155.71 73.87 -
System Red Green Blue C M Y K H S L
Decimal 82 187 207 0.60 0.10 0 0.19 189.6 0.57 0.57
Hex 52 BB CF 3C A 0 13 BE 39 39
Octal 122 273 317 74 12 0 23 276 71 71
Binary 1010010 10111011 11001111 111100 1010 0 10011 10111110 111001 111001

Color Harmonies of #52BBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BBCF

Black with #52BBCF

Text Example


Text Example

White with #52BBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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