Html Css Color HEX #64C5ED Malibu

📋 copy color: '#64C5ED'

red 100 ◦ green 197 ◦ blue 237

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

Shades of Malibu #64C5ED

Tints of Malibu #64C5ED

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.89%

 BLUE value IS 237 (92.97% from 255) = 44.38%

R = 18.73%
G = 36.89%
B = 44.38%

CMYK

 C value IS 0.58

 M value IS 0.17

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#64C5ED (or 0x64C5ED) is known color: Malibu. HEX triplet: 64, C5 and ED. RGB value is (100,197,237). Sum of RGB (Red+Green+Blue) = 100+197+237=534 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.73% from 534); Green value is 197 (77.34% from 255 or 36.89% from 534); Blue value is 237 (92.97% from 255 or 44.38% from 534); Max value from RGB is 237 - color contains mainly: blue. Hex color #64C5ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64C5ED is #9B3A12. Grayscale: #ACACAC. Windows color (decimal): -10172947 or 15582564. OLE color: 15582564.

HSL color Cylindrical-coordinate representation of color #64C5ED: hue angle of 197.52º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64C5ED is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 197 237 -
CMYK 0.58 0.17 0 0.07
HSL 197.52º 0.79% 0.66% -
HSV(B) 197.52º 0.58% 0.93% -
XYZ 40.51 48.76 87.4 -
YUV 172.56 164.36 76.25 -
System Red Green Blue C M Y K H S L
Decimal 100 197 237 0.58 0.17 0 0.07 197.52 0.79 0.66
Hex 64 C5 ED 3A 11 0 7 C6 4F 42
Octal 144 305 355 72 21 0 7 306 117 102
Binary 1100100 11000101 11101101 111010 10001 0 111 11000110 1001111 1000010

Color Harmonies of #64C5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C5ED

Black with #64C5ED

Text Example


Text Example

White with #64C5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,197,237); }

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

background-color css

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

 a { background-color: rgb(100,197,237); }

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

border-color css

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

 span { border-color: rgb(100,197,237); }

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