Html Css Color HEX #64BCEB Malibu

📋 copy color: '#64BCEB'

red 100 ◦ green 188 ◦ blue 235

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

Shades of Malibu #64BCEB

Tints of Malibu #64BCEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.93%

R = 19.12%
G = 35.95%
B = 44.93%

CMYK

 C value IS 0.57

 M value IS 0.2

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#64BCEB (or 0x64BCEB) is known color: Malibu. HEX triplet: 64, BC and EB. RGB value is (100,188,235). Sum of RGB (Red+Green+Blue) = 100+188+235=523 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.12% from 523); Green value is 188 (73.83% from 255 or 35.95% from 523); Blue value is 235 (92.19% from 255 or 44.93% from 523); Max value from RGB is 235 - color contains mainly: blue. Hex color #64BCEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64BCEB is #9B4314. Grayscale: #A6A6A6. Windows color (decimal): -10175253 or 15449188. OLE color: 15449188.

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

Color convert

RGB 100 188 235 -
CMYK 0.57 0.2 0 0.08
HSL 200.89º 0.77% 0.66% -
HSV(B) 200.89º 0.57% 0.92% -
XYZ 38.23 44.67 85.21 -
YUV 167.05 166.35 80.18 -
System Red Green Blue C M Y K H S L
Decimal 100 188 235 0.57 0.2 0 0.08 200.89 0.77 0.66
Hex 64 BC EB 39 14 0 8 C9 4D 42
Octal 144 274 353 71 24 0 10 311 115 102
Binary 1100100 10111100 11101011 111001 10100 0 1000 11001001 1001101 1000010

Color Harmonies of #64BCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BCEB

Black with #64BCEB

Text Example


Text Example

White with #64BCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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