Html Css Color HEX #64C0F1 Malibu

📋 copy color: '#64C0F1'

red 100 ◦ green 192 ◦ blue 241

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

Shades of Malibu #64C0F1

Tints of Malibu #64C0F1

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.02%

 BLUE value IS 241 (94.53% from 255) = 45.22%

R = 18.76%
G = 36.02%
B = 45.22%

CMYK

 C value IS 0.59

 M value IS 0.20

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#64C0F1 (or 0x64C0F1) is known color: Malibu. HEX triplet: 64, C0 and F1. RGB value is (100,192,241). Sum of RGB (Red+Green+Blue) = 100+192+241=533 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.76% from 533); Green value is 192 (75.39% from 255 or 36.02% from 533); Blue value is 241 (94.53% from 255 or 45.22% from 533); Max value from RGB is 241 - color contains mainly: blue. Hex color #64C0F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64C0F1 is #9B3F0E. Grayscale: #A9A9A9. Windows color (decimal): -10174223 or 15843428. OLE color: 15843428.

HSL color Cylindrical-coordinate representation of color #64C0F1: hue angle of 200.85º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64C0F1 is Cyan = 0.59, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 100 192 241 -
CMYK 0.59 0.20 0 0.05
HSL 200.85º 0.83% 0.67% -
HSV(B) 200.85º 0.59% 0.95% -
XYZ 39.98 46.76 90.14 -
YUV 170.08 168.02 78.02 -
System Red Green Blue C M Y K H S L
Decimal 100 192 241 0.59 0.20 0 0.05 200.85 0.83 0.67
Hex 64 C0 F1 3B 14 0 5 C9 53 43
Octal 144 300 361 73 24 0 5 311 123 103
Binary 1100100 11000000 11110001 111011 10100 0 101 11001001 1010011 1000011

Color Harmonies of #64C0F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C0F1

Black with #64C0F1

Text Example


Text Example

White with #64C0F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,192,241); }

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

background-color css

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

 a { background-color: rgb(100,192,241); }

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

border-color css

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

 span { border-color: rgb(100,192,241); }

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