Html Css Color HEX #55C8EE Malibu

📋 copy color: '#55C8EE'

red 85 ◦ green 200 ◦ blue 238

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

Shades of Malibu #55C8EE

Tints of Malibu #55C8EE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.24%

 BLUE value IS 238 (93.36% from 255) = 45.51%

R = 16.25%
G = 38.24%
B = 45.51%

CMYK

 C value IS 0.64

 M value IS 0.16

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#55C8EE (or 0x55C8EE) is known color: Malibu. HEX triplet: 55, C8 and EE. RGB value is (85,200,238). Sum of RGB (Red+Green+Blue) = 85+200+238=523 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.25% from 523); Green value is 200 (78.52% from 255 or 38.24% from 523); Blue value is 238 (93.36% from 255 or 45.51% from 523); Max value from RGB is 238 - color contains mainly: blue. Hex color #55C8EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55C8EE is #AA3711. Grayscale: #A9A9A9. Windows color (decimal): -11155218 or 15648853. OLE color: 15648853.

HSL color Cylindrical-coordinate representation of color #55C8EE: hue angle of 194.9º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55C8EE is Cyan = 0.64, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 85 200 238 -
CMYK 0.64 0.16 0 0.07
HSL 194.9º 0.82% 0.63% -
HSV(B) 194.9º 0.64% 0.93% -
XYZ 39.83 49.41 88.33 -
YUV 169.95 166.4 67.41 -
System Red Green Blue C M Y K H S L
Decimal 85 200 238 0.64 0.16 0 0.07 194.9 0.82 0.63
Hex 55 C8 EE 40 10 0 7 C3 52 3F
Octal 125 310 356 100 20 0 7 303 122 77
Binary 1010101 11001000 11101110 1000000 10000 0 111 11000011 1010010 111111

Color Harmonies of #55C8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C8EE

Black with #55C8EE

Text Example


Text Example

White with #55C8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,200,238); }

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

background-color css

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

 a { background-color: rgb(85,200,238); }

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

border-color css

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

 span { border-color: rgb(85,200,238); }

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