Html Css Color HEX #55C1EA Malibu

📋 copy color: '#55C1EA'

red 85 ◦ green 193 ◦ blue 234

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

Shades of Malibu #55C1EA

Tints of Malibu #55C1EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.7%

R = 16.6%
G = 37.7%
B = 45.7%

CMYK

 C value IS 0.64

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#55C1EA (or 0x55C1EA) is known color: Malibu. HEX triplet: 55, C1 and EA. RGB value is (85,193,234). Sum of RGB (Red+Green+Blue) = 85+193+234=512 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.60% from 512); Green value is 193 (75.78% from 255 or 37.70% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 234 - color contains mainly: blue. Hex color #55C1EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55C1EA is #AA3E15. Grayscale: #A5A5A5. Windows color (decimal): -11157014 or 15384917. OLE color: 15384917.

HSL color Cylindrical-coordinate representation of color #55C1EA: hue angle of 196.51º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55C1EA is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 85 193 234 -
CMYK 0.64 0.18 0 0.08
HSL 196.51º 0.78% 0.63% -
HSV(B) 196.51º 0.64% 0.92% -
XYZ 37.67 46.01 84.74 -
YUV 165.38 166.72 70.67 -
System Red Green Blue C M Y K H S L
Decimal 85 193 234 0.64 0.18 0 0.08 196.51 0.78 0.63
Hex 55 C1 EA 40 12 0 8 C5 4E 3F
Octal 125 301 352 100 22 0 10 305 116 77
Binary 1010101 11000001 11101010 1000000 10010 0 1000 11000101 1001110 111111

Color Harmonies of #55C1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C1EA

Black with #55C1EA

Text Example


Text Example

White with #55C1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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