Html Css Color HEX #64BFEE Malibu

📋 copy color: '#64BFEE'

red 100 ◦ green 191 ◦ blue 238

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

Shades of Malibu #64BFEE

Tints of Malibu #64BFEE

RGB

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

 GREEN value IS 191 (75% from 255) = 36.11%

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

R = 18.9%
G = 36.11%
B = 44.99%

CMYK

 C value IS 0.58

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#64BFEE (or 0x64BFEE) is known color: Malibu. HEX triplet: 64, BF and EE. RGB value is (100,191,238). Sum of RGB (Red+Green+Blue) = 100+191+238=529 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.90% from 529); Green value is 191 (75% from 255 or 36.11% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #64BFEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64BFEE is #9B4011. Grayscale: #A8A8A8. Windows color (decimal): -10174482 or 15646564. OLE color: 15646564.

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

Color convert

RGB 100 191 238 -
CMYK 0.58 0.20 0 0.07
HSL 200.43º 0.8% 0.66% -
HSV(B) 200.43º 0.58% 0.93% -
XYZ 39.32 46.14 87.72 -
YUV 169.15 166.85 78.68 -
System Red Green Blue C M Y K H S L
Decimal 100 191 238 0.58 0.20 0 0.07 200.43 0.8 0.66
Hex 64 BF EE 3A 14 0 7 C8 50 42
Octal 144 277 356 72 24 0 7 310 120 102
Binary 1100100 10111111 11101110 111010 10100 0 111 11001000 1010000 1000010

Color Harmonies of #64BFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BFEE

Black with #64BFEE

Text Example


Text Example

White with #64BFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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