Html Css Color HEX #55C6DF Malibu

📋 copy color: '#55C6DF'

red 85 ◦ green 198 ◦ blue 223

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

Shades of Malibu #55C6DF

Tints of Malibu #55C6DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.07%

R = 16.8%
G = 39.13%
B = 44.07%

CMYK

 C value IS 0.62

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#55C6DF (or 0x55C6DF) is known color: Malibu. HEX triplet: 55, C6 and DF. RGB value is (85,198,223). Sum of RGB (Red+Green+Blue) = 85+198+223=506 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.80% from 506); Green value is 198 (77.73% from 255 or 39.13% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #55C6DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55C6DF is #AA3920. Grayscale: #A6A6A6. Windows color (decimal): -11155745 or 14665301. OLE color: 14665301.

HSL color Cylindrical-coordinate representation of color #55C6DF: hue angle of 190.87º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55C6DF is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 198 223 -
CMYK 0.62 0.11 0 0.13
HSL 190.87º 0.68% 0.6% -
HSV(B) 190.87º 0.62% 0.87% -
XYZ 37.26 47.65 77.05 -
YUV 167.06 159.56 69.47 -
System Red Green Blue C M Y K H S L
Decimal 85 198 223 0.62 0.11 0 0.13 190.87 0.68 0.6
Hex 55 C6 DF 3E B 0 D BF 44 3C
Octal 125 306 337 76 13 0 15 277 104 74
Binary 1010101 11000110 11011111 111110 1011 0 1101 10111111 1000100 111100

Color Harmonies of #55C6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C6DF

Black with #55C6DF

Text Example


Text Example

White with #55C6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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