Html Css Color HEX #64BCEA Malibu

📋 copy color: '#64BCEA'

red 100 ◦ green 188 ◦ blue 234

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

Shades of Malibu #64BCEA

Tints of Malibu #64BCEA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.02%

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

R = 19.16%
G = 36.02%
B = 44.83%

CMYK

 C value IS 0.57

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#64BCEA (or 0x64BCEA) is known color: Malibu. HEX triplet: 64, BC and EA. RGB value is (100,188,234). Sum of RGB (Red+Green+Blue) = 100+188+234=522 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.16% from 522); Green value is 188 (73.83% from 255 or 36.02% from 522); Blue value is 234 (91.80% from 255 or 44.83% from 522); Max value from RGB is 234 - color contains mainly: blue. Hex color #64BCEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64BCEA is #9B4315. Grayscale: #A6A6A6. Windows color (decimal): -10175254 or 15383652. OLE color: 15383652.

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

Color convert

RGB 100 188 234 -
CMYK 0.57 0.20 0 0.08
HSL 200.6º 0.76% 0.65% -
HSV(B) 200.6º 0.57% 0.92% -
XYZ 38.09 44.62 84.45 -
YUV 166.93 165.85 80.26 -
System Red Green Blue C M Y K H S L
Decimal 100 188 234 0.57 0.20 0 0.08 200.6 0.76 0.65
Hex 64 BC EA 39 14 0 8 C9 4C 41
Octal 144 274 352 71 24 0 10 311 114 101
Binary 1100100 10111100 11101010 111001 10100 0 1000 11001001 1001100 1000001

Color Harmonies of #64BCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BCEA

Black with #64BCEA

Text Example


Text Example

White with #64BCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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