Html Css Color HEX #64BCEF Malibu

📋 copy color: '#64BCEF'

red 100 ◦ green 188 ◦ blue 239

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

Shades of Malibu #64BCEF

Tints of Malibu #64BCEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.35%

R = 18.98%
G = 35.67%
B = 45.35%

CMYK

 C value IS 0.58

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#64BCEF (or 0x64BCEF) is known color: Malibu. HEX triplet: 64, BC and EF. RGB value is (100,188,239). Sum of RGB (Red+Green+Blue) = 100+188+239=527 (69% of max value = 765). Red value is 100 (39.45% from 255 or 18.98% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 239 (93.75% from 255 or 45.35% from 527); Max value from RGB is 239 - color contains mainly: blue. Hex color #64BCEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64BCEF is #9B4310. Grayscale: #A7A7A7. Windows color (decimal): -10175249 or 15711332. OLE color: 15711332.

HSL color Cylindrical-coordinate representation of color #64BCEF: hue angle of 202.01º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64BCEF is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 100 188 239 -
CMYK 0.58 0.21 0 0.06
HSL 202.01º 0.81% 0.66% -
HSV(B) 202.01º 0.58% 0.94% -
XYZ 38.82 44.91 88.28 -
YUV 167.5 168.35 79.85 -
System Red Green Blue C M Y K H S L
Decimal 100 188 239 0.58 0.21 0 0.06 202.01 0.81 0.66
Hex 64 BC EF 3A 15 0 6 CA 51 42
Octal 144 274 357 72 25 0 6 312 121 102
Binary 1100100 10111100 11101111 111010 10101 0 110 11001010 1010001 1000010

Color Harmonies of #64BCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BCEF

Black with #64BCEF

Text Example


Text Example

White with #64BCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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