Html Css Color HEX #63BDD7 Malibu

📋 copy color: '#63BDD7'

red 99 ◦ green 189 ◦ blue 215

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

Shades of Malibu #63BDD7

Tints of Malibu #63BDD7

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.57%

 BLUE value IS 215 (84.38% from 255) = 42.74%

R = 19.68%
G = 37.57%
B = 42.74%

CMYK

 C value IS 0.54

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#63BDD7 (or 0x63BDD7) is known color: Malibu. HEX triplet: 63, BD and D7. RGB value is (99,189,215). Sum of RGB (Red+Green+Blue) = 99+189+215=503 (66% of max value = 765). Red value is 99 (39.06% from 255 or 19.68% from 503); Green value is 189 (74.22% from 255 or 37.57% from 503); Blue value is 215 (84.38% from 255 or 42.74% from 503); Max value from RGB is 215 - color contains mainly: blue. Hex color #63BDD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BDD7 is #9C4228. Grayscale: #A4A4A4. Windows color (decimal): -10240553 or 14138723. OLE color: 14138723.

HSL color Cylindrical-coordinate representation of color #63BDD7: hue angle of 193.45º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #63BDD7 is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 99 189 215 -
CMYK 0.54 0.12 0 0.16
HSL 193.45º 0.59% 0.62% -
HSV(B) 193.45º 0.54% 0.84% -
XYZ 35.61 43.95 70.9 -
YUV 165.05 156.18 80.89 -
System Red Green Blue C M Y K H S L
Decimal 99 189 215 0.54 0.12 0 0.16 193.45 0.59 0.62
Hex 63 BD D7 36 C 0 10 C1 3B 3E
Octal 143 275 327 66 14 0 20 301 73 76
Binary 1100011 10111101 11010111 110110 1100 0 10000 11000001 111011 111110

Color Harmonies of #63BDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63BDD7

Black with #63BDD7

Text Example


Text Example

White with #63BDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,189,215); }

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

background-color css

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

 a { background-color: rgb(99,189,215); }

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

border-color css

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

 span { border-color: rgb(99,189,215); }

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