Html Css Color HEX #55B4DB Malibu

📋 copy color: '#55B4DB'

red 85 ◦ green 180 ◦ blue 219

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

Shades of Malibu #55B4DB

Tints of Malibu #55B4DB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.19%

 BLUE value IS 219 (85.94% from 255) = 45.25%

R = 17.56%
G = 37.19%
B = 45.25%

CMYK

 C value IS 0.61

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#55B4DB (or 0x55B4DB) is known color: Malibu. HEX triplet: 55, B4 and DB. RGB value is (85,180,219). Sum of RGB (Red+Green+Blue) = 85+180+219=484 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.56% from 484); Green value is 180 (70.70% from 255 or 37.19% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #55B4DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55B4DB is #AA4B24. Grayscale: #9B9B9B. Windows color (decimal): -11160357 or 14398549. OLE color: 14398549.

HSL color Cylindrical-coordinate representation of color #55B4DB: hue angle of 197.46º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55B4DB is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 85 180 219 -
CMYK 0.61 0.18 0 0.14
HSL 197.46º 0.65% 0.6% -
HSV(B) 197.46º 0.61% 0.86% -
XYZ 32.85 39.69 72.95 -
YUV 156.04 163.53 77.33 -
System Red Green Blue C M Y K H S L
Decimal 85 180 219 0.61 0.18 0 0.14 197.46 0.65 0.6
Hex 55 B4 DB 3D 12 0 E C5 41 3C
Octal 125 264 333 75 22 0 16 305 101 74
Binary 1010101 10110100 11011011 111101 10010 0 1110 11000101 1000001 111100

Color Harmonies of #55B4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B4DB

Black with #55B4DB

Text Example


Text Example

White with #55B4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,180,219); }

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

background-color css

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

 a { background-color: rgb(85,180,219); }

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

border-color css

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

 span { border-color: rgb(85,180,219); }

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