Html Css Color HEX #64BFEA Malibu

📋 copy color: '#64BFEA'

red 100 ◦ green 191 ◦ blue 234

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

Shades of Malibu #64BFEA

Tints of Malibu #64BFEA

RGB

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

 GREEN value IS 191 (75% from 255) = 36.38%

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

R = 19.05%
G = 36.38%
B = 44.57%

CMYK

 C value IS 0.57

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#64BFEA (or 0x64BFEA) is known color: Malibu. HEX triplet: 64, BF and EA. RGB value is (100,191,234). Sum of RGB (Red+Green+Blue) = 100+191+234=525 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.05% from 525); Green value is 191 (75% from 255 or 36.38% from 525); Blue value is 234 (91.80% from 255 or 44.57% from 525); Max value from RGB is 234 - color contains mainly: blue. Hex color #64BFEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64BFEA is #9B4015. Grayscale: #A8A8A8. Windows color (decimal): -10174486 or 15384420. OLE color: 15384420.

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

Color convert

RGB 100 191 234 -
CMYK 0.57 0.18 0 0.08
HSL 199.25º 0.76% 0.65% -
HSV(B) 199.25º 0.57% 0.92% -
XYZ 38.74 45.91 84.66 -
YUV 168.69 164.85 79 -
System Red Green Blue C M Y K H S L
Decimal 100 191 234 0.57 0.18 0 0.08 199.25 0.76 0.65
Hex 64 BF EA 39 12 0 8 C7 4C 41
Octal 144 277 352 71 22 0 10 307 114 101
Binary 1100100 10111111 11101010 111001 10010 0 1000 11000111 1001100 1000001

Color Harmonies of #64BFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BFEA

Black with #64BFEA

Text Example


Text Example

White with #64BFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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