Html Css Color HEX #55C2E6 Malibu

📋 copy color: '#55C2E6'

red 85 ◦ green 194 ◦ blue 230

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

Shades of Malibu #55C2E6

Tints of Malibu #55C2E6

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.11%

 BLUE value IS 230 (90.23% from 255) = 45.19%

R = 16.7%
G = 38.11%
B = 45.19%

CMYK

 C value IS 0.63

 M value IS 0.16

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#55C2E6 (or 0x55C2E6) is known color: Malibu. HEX triplet: 55, C2 and E6. RGB value is (85,194,230). Sum of RGB (Red+Green+Blue) = 85+194+230=509 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.70% from 509); Green value is 194 (76.17% from 255 or 38.11% from 509); Blue value is 230 (90.23% from 255 or 45.19% from 509); Max value from RGB is 230 - color contains mainly: blue. Hex color #55C2E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55C2E6 is #AA3D19. Grayscale: #A5A5A5. Windows color (decimal): -11156762 or 15123029. OLE color: 15123029.

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

Color convert

RGB 85 194 230 -
CMYK 0.63 0.16 0 0.10
HSL 194.9º 0.74% 0.62% -
HSV(B) 194.9º 0.63% 0.9% -
XYZ 37.32 46.23 81.82 -
YUV 165.51 164.39 70.57 -
System Red Green Blue C M Y K H S L
Decimal 85 194 230 0.63 0.16 0 0.10 194.9 0.74 0.62
Hex 55 C2 E6 3F 10 0 A C3 4A 3E
Octal 125 302 346 77 20 0 12 303 112 76
Binary 1010101 11000010 11100110 111111 10000 0 1010 11000011 1001010 111110

Color Harmonies of #55C2E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C2E6

Black with #55C2E6

Text Example


Text Example

White with #55C2E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,194,230); }

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

background-color css

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

 a { background-color: rgb(85,194,230); }

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

border-color css

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

 span { border-color: rgb(85,194,230); }

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