Html Css Color HEX #55BFDD Malibu

📋 copy color: '#55BFDD'

red 85 ◦ green 191 ◦ blue 221

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

Shades of Malibu #55BFDD

Tints of Malibu #55BFDD

RGB

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

 GREEN value IS 191 (75% from 255) = 38.43%

 BLUE value IS 221 (86.72% from 255) = 44.47%

R = 17.1%
G = 38.43%
B = 44.47%

CMYK

 C value IS 0.62

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#55BFDD (or 0x55BFDD) is known color: Malibu. HEX triplet: 55, BF and DD. RGB value is (85,191,221). Sum of RGB (Red+Green+Blue) = 85+191+221=497 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.10% from 497); Green value is 191 (75% from 255 or 38.43% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #55BFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BFDD is #AA4022. Grayscale: #A2A2A2. Windows color (decimal): -11157539 or 14532437. OLE color: 14532437.

HSL color Cylindrical-coordinate representation of color #55BFDD: hue angle of 193.24º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55BFDD is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 191 221 -
CMYK 0.62 0.14 0 0.13
HSL 193.24º 0.67% 0.6% -
HSV(B) 193.24º 0.62% 0.87% -
XYZ 35.43 44.41 75.11 -
YUV 162.73 160.88 72.56 -
System Red Green Blue C M Y K H S L
Decimal 85 191 221 0.62 0.14 0 0.13 193.24 0.67 0.6
Hex 55 BF DD 3E E 0 D C1 43 3C
Octal 125 277 335 76 16 0 15 301 103 74
Binary 1010101 10111111 11011101 111110 1110 0 1101 11000001 1000011 111100

Color Harmonies of #55BFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BFDD

Black with #55BFDD

Text Example


Text Example

White with #55BFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,191,221); }

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

background-color css

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

 a { background-color: rgb(85,191,221); }

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

border-color css

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

 span { border-color: rgb(85,191,221); }

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