Html Css Color HEX #55BFE0 Malibu

📋 copy color: '#55BFE0'

red 85 ◦ green 191 ◦ blue 224

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

Shades of Malibu #55BFE0

Tints of Malibu #55BFE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 44.8%

R = 17%
G = 38.2%
B = 44.8%

CMYK

 C value IS 0.62

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#55BFE0 (or 0x55BFE0) is known color: Malibu. HEX triplet: 55, BF and E0. RGB value is (85,191,224). Sum of RGB (Red+Green+Blue) = 85+191+224=500 (66% of max value = 765). Red value is 85 (33.59% from 255 or 17% from 500); Green value is 191 (75% from 255 or 38.2% from 500); Blue value is 224 (87.89% from 255 or 44.8% from 500); Max value from RGB is 224 - color contains mainly: blue. Hex color #55BFE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BFE0 is #AA401F. Grayscale: #A2A2A2. Windows color (decimal): -11157536 or 14729045. OLE color: 14729045.

HSL color Cylindrical-coordinate representation of color #55BFE0: hue angle of 194.24º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55BFE0 is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 85 191 224 -
CMYK 0.62 0.15 0 0.12
HSL 194.24º 0.69% 0.61% -
HSV(B) 194.24º 0.62% 0.88% -
XYZ 35.83 44.57 77.24 -
YUV 163.07 162.38 72.32 -
System Red Green Blue C M Y K H S L
Decimal 85 191 224 0.62 0.15 0 0.12 194.24 0.69 0.61
Hex 55 BF E0 3E F 0 C C2 45 3D
Octal 125 277 340 76 17 0 14 302 105 75
Binary 1010101 10111111 11100000 111110 1111 0 1100 11000010 1000101 111101

Color Harmonies of #55BFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BFE0

Black with #55BFE0

Text Example


Text Example

White with #55BFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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