Html Css Color HEX #64BBED Malibu

📋 copy color: '#64BBED'

red 100 ◦ green 187 ◦ blue 237

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

Shades of Malibu #64BBED

Tints of Malibu #64BBED

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.69%

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

R = 19.08%
G = 35.69%
B = 45.23%

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

#64BBED (or 0x64BBED) is known color: Malibu. HEX triplet: 64, BB and ED. RGB value is (100,187,237). Sum of RGB (Red+Green+Blue) = 100+187+237=524 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.08% from 524); Green value is 187 (73.44% from 255 or 35.69% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 237 - color contains mainly: blue. Hex color #64BBED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64BBED is #9B4412. Grayscale: #A6A6A6. Windows color (decimal): -10175507 or 15580004. OLE color: 15580004.

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

Color convert

RGB 100 187 237 -
CMYK 0.58 0.21 0 0.07
HSL 201.9º 0.79% 0.66% -
HSV(B) 201.9º 0.58% 0.93% -
XYZ 38.31 44.36 86.66 -
YUV 166.69 167.68 80.43 -
System Red Green Blue C M Y K H S L
Decimal 100 187 237 0.58 0.21 0 0.07 201.9 0.79 0.66
Hex 64 BB ED 3A 15 0 7 CA 4F 42
Octal 144 273 355 72 25 0 7 312 117 102
Binary 1100100 10111011 11101101 111010 10101 0 111 11001010 1001111 1000010

Color Harmonies of #64BBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BBED

Black with #64BBED

Text Example


Text Example

White with #64BBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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