Html Css Color HEX #55BBD2 Viking

📋 copy color: '#55BBD2'

red 85 ◦ green 187 ◦ blue 210

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

Shades of Viking #55BBD2

Tints of Viking #55BBD2

RGB

 RED value IS 85 (33.59% from 255) = 17.63%

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

 BLUE value IS 210 (82.42% from 255) = 43.57%

R = 17.63%
G = 38.8%
B = 43.57%

CMYK

 C value IS 0.60

 M value IS 0.11

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#55BBD2 (or 0x55BBD2) is known color: Viking. HEX triplet: 55, BB and D2. RGB value is (85,187,210). Sum of RGB (Red+Green+Blue) = 85+187+210=482 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.63% from 482); Green value is 187 (73.44% from 255 or 38.80% from 482); Blue value is 210 (82.42% from 255 or 43.57% from 482); Max value from RGB is 210 - color contains mainly: blue. Hex color #55BBD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BBD2 is #AA442D. Grayscale: #9E9E9E. Windows color (decimal): -11158574 or 13810517. OLE color: 13810517.

HSL color Cylindrical-coordinate representation of color #55BBD2: hue angle of 191.04º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55BBD2 is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 85 187 210 -
CMYK 0.60 0.11 0 0.18
HSL 191.04º 0.58% 0.58% -
HSV(B) 191.04º 0.6% 0.82% -
XYZ 33.15 42.13 67.36 -
YUV 159.12 156.71 75.13 -
System Red Green Blue C M Y K H S L
Decimal 85 187 210 0.60 0.11 0 0.18 191.04 0.58 0.58
Hex 55 BB D2 3C B 0 12 BF 3A 3A
Octal 125 273 322 74 13 0 22 277 72 72
Binary 1010101 10111011 11010010 111100 1011 0 10010 10111111 111010 111010

Color Harmonies of #55BBD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BBD2

Black with #55BBD2

Text Example


Text Example

White with #55BBD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55BBD2; }

 p { color: rgb(85,187,210); }

 H1.HeaderClassName
 {
   color: #55BBD2;
 }
 .AnyTagClassName
 {
   color: #55BBD2;
 }
</style>

background-color css

<style>
 a { background-color: #55BBD2; }

 a { background-color: rgb(85,187,210); }

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

border-color css

<style>
 span { border-color: #55BBD2; }

 span { border-color: rgb(85,187,210); }

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