Html Css Color HEX #64BFDC Malibu

📋 copy color: '#64BFDC'

red 100 ◦ green 191 ◦ blue 220

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

Shades of Malibu #64BFDC

Tints of Malibu #64BFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.05%

R = 19.57%
G = 37.38%
B = 43.05%

CMYK

 C value IS 0.55

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#64BFDC (or 0x64BFDC) is known color: Malibu. HEX triplet: 64, BF and DC. RGB value is (100,191,220). Sum of RGB (Red+Green+Blue) = 100+191+220=511 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.57% from 511); Green value is 191 (75% from 255 or 37.38% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #64BFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BFDC is #9B4023. Grayscale: #A6A6A6. Windows color (decimal): -10174500 or 14466916. OLE color: 14466916.

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

Color convert

RGB 100 191 220 -
CMYK 0.55 0.13 0 0.14
HSL 194.5º 0.63% 0.63% -
HSV(B) 194.5º 0.55% 0.86% -
XYZ 36.8 45.14 74.48 -
YUV 167.1 157.85 80.14 -
System Red Green Blue C M Y K H S L
Decimal 100 191 220 0.55 0.13 0 0.14 194.5 0.63 0.63
Hex 64 BF DC 37 D 0 E C2 3F 3F
Octal 144 277 334 67 15 0 16 302 77 77
Binary 1100100 10111111 11011100 110111 1101 0 1110 11000010 111111 111111

Color Harmonies of #64BFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BFDC

Black with #64BFDC

Text Example


Text Example

White with #64BFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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