Html Css Color HEX #64C7EE Malibu

📋 copy color: '#64C7EE'

red 100 ◦ green 199 ◦ blue 238

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

Shades of Malibu #64C7EE

Tints of Malibu #64C7EE

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.06%

 BLUE value IS 238 (93.36% from 255) = 44.32%

R = 18.62%
G = 37.06%
B = 44.32%

CMYK

 C value IS 0.58

 M value IS 0.16

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#64C7EE (or 0x64C7EE) is known color: Malibu. HEX triplet: 64, C7 and EE. RGB value is (100,199,238). Sum of RGB (Red+Green+Blue) = 100+199+238=537 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.62% from 537); Green value is 199 (78.12% from 255 or 37.06% from 537); Blue value is 238 (93.36% from 255 or 44.32% from 537); Max value from RGB is 238 - color contains mainly: blue. Hex color #64C7EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64C7EE is #9B3811. Grayscale: #ADADAD. Windows color (decimal): -10172434 or 15648612. OLE color: 15648612.

HSL color Cylindrical-coordinate representation of color #64C7EE: hue angle of 196.96º degrees, saturation: 0.8, 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 #64C7EE is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 199 238 -
CMYK 0.58 0.16 0 0.07
HSL 196.96º 0.8% 0.66% -
HSV(B) 196.96º 0.58% 0.93% -
XYZ 41.11 49.73 88.32 -
YUV 173.85 164.2 75.33 -
System Red Green Blue C M Y K H S L
Decimal 100 199 238 0.58 0.16 0 0.07 196.96 0.8 0.66
Hex 64 C7 EE 3A 10 0 7 C5 50 42
Octal 144 307 356 72 20 0 7 305 120 102
Binary 1100100 11000111 11101110 111010 10000 0 111 11000101 1010000 1000010

Color Harmonies of #64C7EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C7EE

Black with #64C7EE

Text Example


Text Example

White with #64C7EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,199,238); }

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

background-color css

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

 a { background-color: rgb(100,199,238); }

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

border-color css

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

 span { border-color: rgb(100,199,238); }

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