Html Css Color HEX #64BBF2 Malibu

📋 copy color: '#64BBF2'

red 100 ◦ green 187 ◦ blue 242

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

Shades of Malibu #64BBF2

Tints of Malibu #64BBF2

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.35%

 BLUE value IS 242 (94.92% from 255) = 45.75%

R = 18.9%
G = 35.35%
B = 45.75%

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

#64BBF2 (or 0x64BBF2) is known color: Malibu. HEX triplet: 64, BB and F2. RGB value is (100,187,242). Sum of RGB (Red+Green+Blue) = 100+187+242=529 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.90% from 529); Green value is 187 (73.44% from 255 or 35.35% from 529); Blue value is 242 (94.92% from 255 or 45.75% from 529); Max value from RGB is 242 - color contains mainly: blue. Hex color #64BBF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64BBF2 is #9B440D. Grayscale: #A6A6A6. Windows color (decimal): -10175502 or 15907684. OLE color: 15907684.

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

Color convert

RGB 100 187 242 -
CMYK 0.59 0.23 0 0.05
HSL 203.24º 0.85% 0.67% -
HSV(B) 203.24º 0.59% 0.95% -
XYZ 39.05 44.66 90.57 -
YUV 167.26 170.18 80.03 -
System Red Green Blue C M Y K H S L
Decimal 100 187 242 0.59 0.23 0 0.05 203.24 0.85 0.67
Hex 64 BB F2 3B 17 0 5 CB 55 43
Octal 144 273 362 73 27 0 5 313 125 103
Binary 1100100 10111011 11110010 111011 10111 0 101 11001011 1010101 1000011

Color Harmonies of #64BBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BBF2

Black with #64BBF2

Text Example


Text Example

White with #64BBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,187,242); }

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

background-color css

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

 a { background-color: rgb(100,187,242); }

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

border-color css

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

 span { border-color: rgb(100,187,242); }

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