Html Css Color HEX #55C1EE Malibu

📋 copy color: '#55C1EE'

red 85 ◦ green 193 ◦ blue 238

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

Shades of Malibu #55C1EE

Tints of Malibu #55C1EE

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.4%

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

R = 16.47%
G = 37.4%
B = 46.12%

CMYK

 C value IS 0.64

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#55C1EE (or 0x55C1EE) is known color: Malibu. HEX triplet: 55, C1 and EE. RGB value is (85,193,238). Sum of RGB (Red+Green+Blue) = 85+193+238=516 (68% of max value = 765). Red value is 85 (33.59% from 255 or 16.47% from 516); Green value is 193 (75.78% from 255 or 37.40% from 516); Blue value is 238 (93.36% from 255 or 46.12% from 516); Max value from RGB is 238 - color contains mainly: blue. Hex color #55C1EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55C1EE is #AA3E11. Grayscale: #A5A5A5. Windows color (decimal): -11157010 or 15647061. OLE color: 15647061.

HSL color Cylindrical-coordinate representation of color #55C1EE: hue angle of 197.65º 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 #55C1EE is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 85 193 238 -
CMYK 0.64 0.19 0 0.07
HSL 197.65º 0.82% 0.63% -
HSV(B) 197.65º 0.64% 0.93% -
XYZ 38.25 46.24 87.8 -
YUV 165.84 168.72 70.34 -
System Red Green Blue C M Y K H S L
Decimal 85 193 238 0.64 0.19 0 0.07 197.65 0.82 0.63
Hex 55 C1 EE 40 13 0 7 C6 52 3F
Octal 125 301 356 100 23 0 7 306 122 77
Binary 1010101 11000001 11101110 1000000 10011 0 111 11000110 1010010 111111

Color Harmonies of #55C1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C1EE

Black with #55C1EE

Text Example


Text Example

White with #55C1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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