Html Css Color HEX #63BFD7 Malibu

📋 copy color: '#63BFD7'

red 99 ◦ green 191 ◦ blue 215

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

Shades of Malibu #63BFD7

Tints of Malibu #63BFD7

RGB

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

 GREEN value IS 191 (75% from 255) = 37.82%

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

R = 19.6%
G = 37.82%
B = 42.57%

CMYK

 C value IS 0.54

 M value IS 0.11

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#63BFD7 (or 0x63BFD7) is known color: Malibu. HEX triplet: 63, BF and D7. RGB value is (99,191,215). Sum of RGB (Red+Green+Blue) = 99+191+215=505 (66% of max value = 765). Red value is 99 (39.06% from 255 or 19.60% from 505); Green value is 191 (75% from 255 or 37.82% from 505); Blue value is 215 (84.38% from 255 or 42.57% from 505); Max value from RGB is 215 - color contains mainly: blue. Hex color #63BFD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BFD7 is #9C4028. Grayscale: #A6A6A6. Windows color (decimal): -10240041 or 14139235. OLE color: 14139235.

HSL color Cylindrical-coordinate representation of color #63BFD7: hue angle of 192.41º 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 #63BFD7 is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 99 191 215 -
CMYK 0.54 0.11 0 0.16
HSL 192.41º 0.59% 0.62% -
HSV(B) 192.41º 0.54% 0.84% -
XYZ 36.04 44.82 71.04 -
YUV 166.23 155.52 80.05 -
System Red Green Blue C M Y K H S L
Decimal 99 191 215 0.54 0.11 0 0.16 192.41 0.59 0.62
Hex 63 BF D7 36 B 0 10 C0 3B 3E
Octal 143 277 327 66 13 0 20 300 73 76
Binary 1100011 10111111 11010111 110110 1011 0 10000 11000000 111011 111110

Color Harmonies of #63BFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63BFD7

Black with #63BFD7

Text Example


Text Example

White with #63BFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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