Html Css Color HEX #55C2F5 Malibu

📋 copy color: '#55C2F5'

red 85 ◦ green 194 ◦ blue 245

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

Shades of Malibu #55C2F5

Tints of Malibu #55C2F5

RGB

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

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

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

R = 16.22%
G = 37.02%
B = 46.76%

CMYK

 C value IS 0.65

 M value IS 0.21

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#55C2F5 (or 0x55C2F5) is known color: Malibu. HEX triplet: 55, C2 and F5. RGB value is (85,194,245). Sum of RGB (Red+Green+Blue) = 85+194+245=524 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.22% from 524); Green value is 194 (76.17% from 255 or 37.02% from 524); Blue value is 245 (96.09% from 255 or 46.76% from 524); Max value from RGB is 245 - color contains mainly: blue. Hex color #55C2F5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55C2F5 is #AA3D0A. Grayscale: #A6A6A6. Windows color (decimal): -11156747 or 16106069. OLE color: 16106069.

HSL color Cylindrical-coordinate representation of color #55C2F5: hue angle of 199.12º 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 #55C2F5 is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 85 194 245 -
CMYK 0.65 0.21 0 0.04
HSL 199.13º 0.89% 0.65% -
HSV(B) 199.13º 0.65% 0.96% -
XYZ 39.52 47.11 93.4 -
YUV 167.22 171.89 69.35 -
System Red Green Blue C M Y K H S L
Decimal 85 194 245 0.65 0.21 0 0.04 199.13 0.89 0.65
Hex 55 C2 F5 41 15 0 4 C7 59 41
Octal 125 302 365 101 25 0 4 307 131 101
Binary 1010101 11000010 11110101 1000001 10101 0 100 11000111 1011001 1000001

Color Harmonies of #55C2F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C2F5

Black with #55C2F5

Text Example


Text Example

White with #55C2F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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