Html Css Color HEX #64BAD3 Malibu

📋 copy color: '#64BAD3'

red 100 ◦ green 186 ◦ blue 211

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

Shades of Malibu #64BAD3

Tints of Malibu #64BAD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 42.45%

R = 20.12%
G = 37.42%
B = 42.45%

CMYK

 C value IS 0.53

 M value IS 0.12

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#64BAD3 (or 0x64BAD3) is known color: Malibu. HEX triplet: 64, BA and D3. RGB value is (100,186,211). Sum of RGB (Red+Green+Blue) = 100+186+211=497 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.12% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 211 (82.81% from 255 or 42.45% from 497); Max value from RGB is 211 - color contains mainly: blue. Hex color #64BAD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BAD3 is #9B452C. Grayscale: #A2A2A2. Windows color (decimal): -10175789 or 13875812. OLE color: 13875812.

HSL color Cylindrical-coordinate representation of color #64BAD3: hue angle of 193.51º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64BAD3 is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 100 186 211 -
CMYK 0.53 0.12 0 0.17
HSL 193.51º 0.56% 0.61% -
HSV(B) 193.51º 0.53% 0.83% -
XYZ 34.57 42.53 68.02 -
YUV 163.14 155.01 82.97 -
System Red Green Blue C M Y K H S L
Decimal 100 186 211 0.53 0.12 0 0.17 193.51 0.56 0.61
Hex 64 BA D3 35 C 0 11 C2 38 3D
Octal 144 272 323 65 14 0 21 302 70 75
Binary 1100100 10111010 11010011 110101 1100 0 10001 11000010 111000 111101

Color Harmonies of #64BAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BAD3

Black with #64BAD3

Text Example


Text Example

White with #64BAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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