Html Css Color HEX #64B9EE Malibu

📋 copy color: '#64B9EE'

red 100 ◦ green 185 ◦ blue 238

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

Shades of Malibu #64B9EE

Tints of Malibu #64B9EE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.37%

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

R = 19.12%
G = 35.37%
B = 45.51%

CMYK

 C value IS 0.58

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#64B9EE (or 0x64B9EE) is known color: Malibu. HEX triplet: 64, B9 and EE. RGB value is (100,185,238). Sum of RGB (Red+Green+Blue) = 100+185+238=523 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.12% from 523); Green value is 185 (72.66% from 255 or 35.37% from 523); Blue value is 238 (93.36% from 255 or 45.51% from 523); Max value from RGB is 238 - color contains mainly: blue. Hex color #64B9EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64B9EE is #9B4611. Grayscale: #A5A5A5. Windows color (decimal): -10176018 or 15645028. OLE color: 15645028.

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

Color convert

RGB 100 185 238 -
CMYK 0.58 0.22 0 0.07
HSL 203.04º 0.8% 0.66% -
HSV(B) 203.04º 0.58% 0.93% -
XYZ 38.04 43.58 87.3 -
YUV 165.63 168.84 81.19 -
System Red Green Blue C M Y K H S L
Decimal 100 185 238 0.58 0.22 0 0.07 203.04 0.8 0.66
Hex 64 B9 EE 3A 16 0 7 CB 50 42
Octal 144 271 356 72 26 0 7 313 120 102
Binary 1100100 10111001 11101110 111010 10110 0 111 11001011 1010000 1000010

Color Harmonies of #64B9EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B9EE

Black with #64B9EE

Text Example


Text Example

White with #64B9EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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