Html Css Color HEX #64BDEE Malibu

📋 copy color: '#64BDEE'

red 100 ◦ green 189 ◦ blue 238

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

Shades of Malibu #64BDEE

Tints of Malibu #64BDEE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.86%

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

R = 18.98%
G = 35.86%
B = 45.16%

CMYK

 C value IS 0.58

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#64BDEE (or 0x64BDEE) is known color: Malibu. HEX triplet: 64, BD and EE. RGB value is (100,189,238). Sum of RGB (Red+Green+Blue) = 100+189+238=527 (69% of max value = 765). Red value is 100 (39.45% from 255 or 18.98% from 527); Green value is 189 (74.22% from 255 or 35.86% from 527); Blue value is 238 (93.36% from 255 or 45.16% from 527); Max value from RGB is 238 - color contains mainly: blue. Hex color #64BDEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64BDEE is #9B4211. Grayscale: #A7A7A7. Windows color (decimal): -10174994 or 15646052. OLE color: 15646052.

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

Color convert

RGB 100 189 238 -
CMYK 0.58 0.21 0 0.07
HSL 201.3º 0.8% 0.66% -
HSV(B) 201.3º 0.58% 0.93% -
XYZ 38.89 45.28 87.58 -
YUV 167.98 167.51 79.52 -
System Red Green Blue C M Y K H S L
Decimal 100 189 238 0.58 0.21 0 0.07 201.3 0.8 0.66
Hex 64 BD EE 3A 15 0 7 C9 50 42
Octal 144 275 356 72 25 0 7 311 120 102
Binary 1100100 10111101 11101110 111010 10101 0 111 11001001 1010000 1000010

Color Harmonies of #64BDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BDEE

Black with #64BDEE

Text Example


Text Example

White with #64BDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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