Html Css Color HEX #55C1EB Malibu

📋 copy color: '#55C1EB'

red 85 ◦ green 193 ◦ blue 235

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

Shades of Malibu #55C1EB

Tints of Malibu #55C1EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.81%

R = 16.57%
G = 37.62%
B = 45.81%

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

#55C1EB (or 0x55C1EB) is known color: Malibu. HEX triplet: 55, C1 and EB. RGB value is (85,193,235). Sum of RGB (Red+Green+Blue) = 85+193+235=513 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.57% from 513); Green value is 193 (75.78% from 255 or 37.62% from 513); Blue value is 235 (92.19% from 255 or 45.81% from 513); Max value from RGB is 235 - color contains mainly: blue. Hex color #55C1EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55C1EB is #AA3E14. Grayscale: #A5A5A5. Windows color (decimal): -11157013 or 15450453. OLE color: 15450453.

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

Color convert

RGB 85 193 235 -
CMYK 0.64 0.18 0 0.08
HSL 196.8º 0.79% 0.63% -
HSV(B) 196.8º 0.64% 0.92% -
XYZ 37.81 46.07 85.5 -
YUV 165.5 167.22 70.58 -
System Red Green Blue C M Y K H S L
Decimal 85 193 235 0.64 0.18 0 0.08 196.8 0.79 0.63
Hex 55 C1 EB 40 12 0 8 C5 4F 3F
Octal 125 301 353 100 22 0 10 305 117 77
Binary 1010101 11000001 11101011 1000000 10010 0 1000 11000101 1001111 111111

Color Harmonies of #55C1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C1EB

Black with #55C1EB

Text Example


Text Example

White with #55C1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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