Html Css Color HEX #64B6EA Malibu

📋 copy color: '#64B6EA'

red 100 ◦ green 182 ◦ blue 234

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

Shades of Malibu #64B6EA

Tints of Malibu #64B6EA

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.27%

 BLUE value IS 234 (91.8% from 255) = 45.35%

R = 19.38%
G = 35.27%
B = 45.35%

CMYK

 C value IS 0.57

 M value IS 0.22

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#64B6EA (or 0x64B6EA) is known color: Malibu. HEX triplet: 64, B6 and EA. RGB value is (100,182,234). Sum of RGB (Red+Green+Blue) = 100+182+234=516 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.38% from 516); Green value is 182 (71.48% from 255 or 35.27% from 516); Blue value is 234 (91.80% from 255 or 45.35% from 516); Max value from RGB is 234 - color contains mainly: blue. Hex color #64B6EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64B6EA is #9B4915. Grayscale: #A3A3A3. Windows color (decimal): -10176790 or 15382116. OLE color: 15382116.

HSL color Cylindrical-coordinate representation of color #64B6EA: hue angle of 203.28º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64B6EA is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 100 182 234 -
CMYK 0.57 0.22 0 0.08
HSL 203.28º 0.76% 0.65% -
HSV(B) 203.28º 0.57% 0.92% -
XYZ 36.83 42.11 84.03 -
YUV 163.41 167.83 82.77 -
System Red Green Blue C M Y K H S L
Decimal 100 182 234 0.57 0.22 0 0.08 203.28 0.76 0.65
Hex 64 B6 EA 39 16 0 8 CB 4C 41
Octal 144 266 352 71 26 0 10 313 114 101
Binary 1100100 10110110 11101010 111001 10110 0 1000 11001011 1001100 1000001

Color Harmonies of #64B6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B6EA

Black with #64B6EA

Text Example


Text Example

White with #64B6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,182,234); }

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

background-color css

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

 a { background-color: rgb(100,182,234); }

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

border-color css

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

 span { border-color: rgb(100,182,234); }

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