Html Css Color HEX #55C6F5 Malibu

📋 copy color: '#55C6F5'

red 85 ◦ green 198 ◦ blue 245

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

Shades of Malibu #55C6F5

Tints of Malibu #55C6F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 46.4%

R = 16.1%
G = 37.5%
B = 46.4%

CMYK

 C value IS 0.65

 M value IS 0.19

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#55C6F5 (or 0x55C6F5) is known color: Malibu. HEX triplet: 55, C6 and F5. RGB value is (85,198,245). Sum of RGB (Red+Green+Blue) = 85+198+245=528 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.10% from 528); Green value is 198 (77.73% from 255 or 37.5% from 528); Blue value is 245 (96.09% from 255 or 46.40% from 528); Max value from RGB is 245 - color contains mainly: blue. Hex color #55C6F5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55C6F5 is #AA390A. Grayscale: #A9A9A9. Windows color (decimal): -11155723 or 16107093. OLE color: 16107093.

HSL color Cylindrical-coordinate representation of color #55C6F5: hue angle of 197.62º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55C6F5 is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 85 198 245 -
CMYK 0.65 0.19 0 0.04
HSL 197.63º 0.89% 0.65% -
HSV(B) 197.63º 0.65% 0.96% -
XYZ 40.42 48.91 93.7 -
YUV 169.57 170.56 67.68 -
System Red Green Blue C M Y K H S L
Decimal 85 198 245 0.65 0.19 0 0.04 197.63 0.89 0.65
Hex 55 C6 F5 41 13 0 4 C6 59 41
Octal 125 306 365 101 23 0 4 306 131 101
Binary 1010101 11000110 11110101 1000001 10011 0 100 11000110 1011001 1000001

Color Harmonies of #55C6F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C6F5

Black with #55C6F5

Text Example


Text Example

White with #55C6F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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