Html Css Color HEX #64BAED Malibu

📋 copy color: '#64BAED'

red 100 ◦ green 186 ◦ blue 237

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

Shades of Malibu #64BAED

Tints of Malibu #64BAED

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.56%

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

R = 19.12%
G = 35.56%
B = 45.32%

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

#64BAED (or 0x64BAED) is known color: Malibu. HEX triplet: 64, BA and ED. RGB value is (100,186,237). Sum of RGB (Red+Green+Blue) = 100+186+237=523 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.12% from 523); Green value is 186 (73.05% from 255 or 35.56% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: blue. Hex color #64BAED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64BAED is #9B4512. Grayscale: #A5A5A5. Windows color (decimal): -10175763 or 15579748. OLE color: 15579748.

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

Color convert

RGB 100 186 237 -
CMYK 0.58 0.22 0 0.07
HSL 202.34º 0.79% 0.66% -
HSV(B) 202.34º 0.58% 0.93% -
XYZ 38.1 43.94 86.59 -
YUV 166.1 168.01 80.85 -
System Red Green Blue C M Y K H S L
Decimal 100 186 237 0.58 0.22 0 0.07 202.34 0.79 0.66
Hex 64 BA ED 3A 16 0 7 CA 4F 42
Octal 144 272 355 72 26 0 7 312 117 102
Binary 1100100 10111010 11101101 111010 10110 0 111 11001010 1001111 1000010

Color Harmonies of #64BAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BAED

Black with #64BAED

Text Example


Text Example

White with #64BAED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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