Html Css Color HEX #64AFDC Malibu

📋 copy color: '#64AFDC'

red 100 ◦ green 175 ◦ blue 220

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

Shades of Malibu #64AFDC

Tints of Malibu #64AFDC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.35%

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

R = 20.2%
G = 35.35%
B = 44.44%

CMYK

 C value IS 0.55

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#64AFDC (or 0x64AFDC) is known color: Malibu. HEX triplet: 64, AF and DC. RGB value is (100,175,220). Sum of RGB (Red+Green+Blue) = 100+175+220=495 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.20% from 495); Green value is 175 (68.75% from 255 or 35.35% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #64AFDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64AFDC is #9B5023. Grayscale: #9D9D9D. Windows color (decimal): -10178596 or 14462820. OLE color: 14462820.

HSL color Cylindrical-coordinate representation of color #64AFDC: hue angle of 202.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 #64AFDC is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 100 175 220 -
CMYK 0.55 0.20 0 0.14
HSL 202.5º 0.63% 0.63% -
HSV(B) 202.5º 0.55% 0.86% -
XYZ 33.5 38.54 73.38 -
YUV 157.71 163.15 86.84 -
System Red Green Blue C M Y K H S L
Decimal 100 175 220 0.55 0.20 0 0.14 202.5 0.63 0.63
Hex 64 AF DC 37 14 0 E CA 3F 3F
Octal 144 257 334 67 24 0 16 312 77 77
Binary 1100100 10101111 11011100 110111 10100 0 1110 11001010 111111 111111

Color Harmonies of #64AFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AFDC

Black with #64AFDC

Text Example


Text Example

White with #64AFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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