Html Css Color HEX #64BAF1 Malibu

📋 copy color: '#64BAF1'

red 100 ◦ green 186 ◦ blue 241

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

Shades of Malibu #64BAF1

Tints of Malibu #64BAF1

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.29%

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

R = 18.98%
G = 35.29%
B = 45.73%

CMYK

 C value IS 0.59

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#64BAF1 (or 0x64BAF1) is known color: Malibu. HEX triplet: 64, BA and F1. RGB value is (100,186,241). Sum of RGB (Red+Green+Blue) = 100+186+241=527 (69% of max value = 765). Red value is 100 (39.45% from 255 or 18.98% from 527); Green value is 186 (73.05% from 255 or 35.29% from 527); Blue value is 241 (94.53% from 255 or 45.73% from 527); Max value from RGB is 241 - color contains mainly: blue. Hex color #64BAF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64BAF1 is #9B450E. Grayscale: #A6A6A6. Windows color (decimal): -10175759 or 15841892. OLE color: 15841892.

HSL color Cylindrical-coordinate representation of color #64BAF1: hue angle of 203.4º 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 #64BAF1 is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 100 186 241 -
CMYK 0.59 0.23 0 0.05
HSL 203.4º 0.83% 0.67% -
HSV(B) 203.4º 0.59% 0.95% -
XYZ 38.69 44.18 89.71 -
YUV 166.56 170.01 80.53 -
System Red Green Blue C M Y K H S L
Decimal 100 186 241 0.59 0.23 0 0.05 203.4 0.83 0.67
Hex 64 BA F1 3B 17 0 5 CB 53 43
Octal 144 272 361 73 27 0 5 313 123 103
Binary 1100100 10111010 11110001 111011 10111 0 101 11001011 1010011 1000011

Color Harmonies of #64BAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BAF1

Black with #64BAF1

Text Example


Text Example

White with #64BAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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