Html Css Color HEX #64BCED Malibu

📋 copy color: '#64BCED'

red 100 ◦ green 188 ◦ blue 237

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

Shades of Malibu #64BCED

Tints of Malibu #64BCED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.14%

R = 19.05%
G = 35.81%
B = 45.14%

CMYK

 C value IS 0.58

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#64BCED (or 0x64BCED) is known color: Malibu. HEX triplet: 64, BC and ED. RGB value is (100,188,237). Sum of RGB (Red+Green+Blue) = 100+188+237=525 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.05% from 525); Green value is 188 (73.83% from 255 or 35.81% from 525); Blue value is 237 (92.97% from 255 or 45.14% from 525); Max value from RGB is 237 - color contains mainly: blue. Hex color #64BCED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64BCED is #9B4312. Grayscale: #A6A6A6. Windows color (decimal): -10175251 or 15580260. OLE color: 15580260.

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

Color convert

RGB 100 188 237 -
CMYK 0.58 0.21 0 0.07
HSL 201.46º 0.79% 0.66% -
HSV(B) 201.46º 0.58% 0.93% -
XYZ 38.52 44.79 86.74 -
YUV 167.27 167.35 80.02 -
System Red Green Blue C M Y K H S L
Decimal 100 188 237 0.58 0.21 0 0.07 201.46 0.79 0.66
Hex 64 BC ED 3A 15 0 7 C9 4F 42
Octal 144 274 355 72 25 0 7 311 117 102
Binary 1100100 10111100 11101101 111010 10101 0 111 11001001 1001111 1000010

Color Harmonies of #64BCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BCED

Black with #64BCED

Text Example


Text Example

White with #64BCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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