Html Css Color HEX #55C6EA Malibu

📋 copy color: '#55C6EA'

red 85 ◦ green 198 ◦ blue 234

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

Shades of Malibu #55C6EA

Tints of Malibu #55C6EA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.3%

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

R = 16.44%
G = 38.3%
B = 45.26%

CMYK

 C value IS 0.64

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#55C6EA (or 0x55C6EA) is known color: Malibu. HEX triplet: 55, C6 and EA. RGB value is (85,198,234). Sum of RGB (Red+Green+Blue) = 85+198+234=517 (68% of max value = 765). Red value is 85 (33.59% from 255 or 16.44% from 517); Green value is 198 (77.73% from 255 or 38.30% from 517); Blue value is 234 (91.80% from 255 or 45.26% from 517); Max value from RGB is 234 - color contains mainly: blue. Hex color #55C6EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55C6EA is #AA3915. Grayscale: #A8A8A8. Windows color (decimal): -11155734 or 15386197. OLE color: 15386197.

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

Color convert

RGB 85 198 234 -
CMYK 0.64 0.15 0 0.08
HSL 194.5º 0.78% 0.63% -
HSV(B) 194.5º 0.64% 0.92% -
XYZ 38.79 48.26 85.11 -
YUV 168.32 165.06 68.57 -
System Red Green Blue C M Y K H S L
Decimal 85 198 234 0.64 0.15 0 0.08 194.5 0.78 0.63
Hex 55 C6 EA 40 F 0 8 C2 4E 3F
Octal 125 306 352 100 17 0 10 302 116 77
Binary 1010101 11000110 11101010 1000000 1111 0 1000 11000010 1001110 111111

Color Harmonies of #55C6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C6EA

Black with #55C6EA

Text Example


Text Example

White with #55C6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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