Html Css Color HEX #63BAF1 Malibu

📋 copy color: '#63BAF1'

red 99 ◦ green 186 ◦ blue 241

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

Shades of Malibu #63BAF1

Tints of Malibu #63BAF1

RGB

 RED value IS 99 (39.06% from 255) = 18.82%

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

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

R = 18.82%
G = 35.36%
B = 45.82%

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

#63BAF1 (or 0x63BAF1) is known color: Malibu. HEX triplet: 63, BA and F1. RGB value is (99,186,241). Sum of RGB (Red+Green+Blue) = 99+186+241=526 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.82% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 241 (94.53% from 255 or 45.82% from 526); Max value from RGB is 241 - color contains mainly: blue. Hex color #63BAF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63BAF1 is #9C450E. Grayscale: #A5A5A5. Windows color (decimal): -10241295 or 15841891. OLE color: 15841891.

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

Color convert

RGB 99 186 241 -
CMYK 0.59 0.23 0 0.05
HSL 203.24º 0.84% 0.67% -
HSV(B) 203.24º 0.59% 0.95% -
XYZ 38.58 44.12 89.7 -
YUV 166.26 170.18 80.03 -
System Red Green Blue C M Y K H S L
Decimal 99 186 241 0.59 0.23 0 0.05 203.24 0.84 0.67
Hex 63 BA F1 3B 17 0 5 CB 54 43
Octal 143 272 361 73 27 0 5 313 124 103
Binary 1100011 10111010 11110001 111011 10111 0 101 11001011 1010100 1000011

Color Harmonies of #63BAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63BAF1

Black with #63BAF1

Text Example


Text Example

White with #63BAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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