Html Css Color HEX #64C9EB Malibu

📋 copy color: '#64C9EB'

red 100 ◦ green 201 ◦ blue 235

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

Shades of Malibu #64C9EB

Tints of Malibu #64C9EB

RGB

 RED value IS 100 (39.45% from 255) = 18.66%

 GREEN value IS 201 (78.91% from 255) = 37.5%

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

R = 18.66%
G = 37.5%
B = 43.84%

CMYK

 C value IS 0.57

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#64C9EB (or 0x64C9EB) is known color: Malibu. HEX triplet: 64, C9 and EB. RGB value is (100,201,235). Sum of RGB (Red+Green+Blue) = 100+201+235=536 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.66% from 536); Green value is 201 (78.91% from 255 or 37.5% from 536); Blue value is 235 (92.19% from 255 or 43.84% from 536); Max value from RGB is 235 - color contains mainly: blue. Hex color #64C9EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64C9EB is #9B3614. Grayscale: #AEAEAE. Windows color (decimal): -10171925 or 15452516. OLE color: 15452516.

HSL color Cylindrical-coordinate representation of color #64C9EB: hue angle of 195.11º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64C9EB is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 100 201 235 -
CMYK 0.57 0.14 0 0.08
HSL 195.11º 0.77% 0.66% -
HSV(B) 195.11º 0.57% 0.92% -
XYZ 41.14 50.48 86.17 -
YUV 174.68 162.04 74.74 -
System Red Green Blue C M Y K H S L
Decimal 100 201 235 0.57 0.14 0 0.08 195.11 0.77 0.66
Hex 64 C9 EB 39 E 0 8 C3 4D 42
Octal 144 311 353 71 16 0 10 303 115 102
Binary 1100100 11001001 11101011 111001 1110 0 1000 11000011 1001101 1000010

Color Harmonies of #64C9EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C9EB

Black with #64C9EB

Text Example


Text Example

White with #64C9EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64C9EB; }

 p { color: rgb(100,201,235); }

 H1.HeaderClassName
 {
   color: #64C9EB;
 }
 .AnyTagClassName
 {
   color: #64C9EB;
 }
</style>

background-color css

<style>
 a { background-color: #64C9EB; }

 a { background-color: rgb(100,201,235); }

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

border-color css

<style>
 span { border-color: #64C9EB; }

 span { border-color: rgb(100,201,235); }

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