Html Css Color HEX #64BCDF Malibu

📋 copy color: '#64BCDF'

red 100 ◦ green 188 ◦ blue 223

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

Shades of Malibu #64BCDF

Tints of Malibu #64BCDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.64%

R = 19.57%
G = 36.79%
B = 43.64%

CMYK

 C value IS 0.55

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#64BCDF (or 0x64BCDF) is known color: Malibu. HEX triplet: 64, BC and DF. RGB value is (100,188,223). Sum of RGB (Red+Green+Blue) = 100+188+223=511 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.57% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #64BCDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BCDF is #9B4320. Grayscale: #A5A5A5. Windows color (decimal): -10175265 or 14662756. OLE color: 14662756.

HSL color Cylindrical-coordinate representation of color #64BCDF: hue angle of 197.07º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64BCDF is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 188 223 -
CMYK 0.55 0.16 0 0.13
HSL 197.07º 0.66% 0.63% -
HSV(B) 197.07º 0.55% 0.87% -
XYZ 36.56 44 76.38 -
YUV 165.68 160.35 81.15 -
System Red Green Blue C M Y K H S L
Decimal 100 188 223 0.55 0.16 0 0.13 197.07 0.66 0.63
Hex 64 BC DF 37 10 0 D C5 42 3F
Octal 144 274 337 67 20 0 15 305 102 77
Binary 1100100 10111100 11011111 110111 10000 0 1101 11000101 1000010 111111

Color Harmonies of #64BCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BCDF

Black with #64BCDF

Text Example


Text Example

White with #64BCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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