Html Css Color HEX #63BDDB Malibu

📋 copy color: '#63BDDB'

red 99 ◦ green 189 ◦ blue 219

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

Shades of Malibu #63BDDB

Tints of Malibu #63BDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.2%

R = 19.53%
G = 37.28%
B = 43.2%

CMYK

 C value IS 0.55

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#63BDDB (or 0x63BDDB) is known color: Malibu. HEX triplet: 63, BD and DB. RGB value is (99,189,219). Sum of RGB (Red+Green+Blue) = 99+189+219=507 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.53% from 507); Green value is 189 (74.22% from 255 or 37.28% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #63BDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BDDB is #9C4224. Grayscale: #A5A5A5. Windows color (decimal): -10240549 or 14400867. OLE color: 14400867.

HSL color Cylindrical-coordinate representation of color #63BDDB: hue angle of 195º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63BDDB is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 99 189 219 -
CMYK 0.55 0.14 0 0.14
HSL 195º 0.63% 0.62% -
HSV(B) 195º 0.55% 0.86% -
XYZ 36.13 44.16 73.64 -
YUV 165.51 158.18 80.56 -
System Red Green Blue C M Y K H S L
Decimal 99 189 219 0.55 0.14 0 0.14 195 0.63 0.62
Hex 63 BD DB 37 E 0 E C3 3E 3E
Octal 143 275 333 67 16 0 16 303 76 76
Binary 1100011 10111101 11011011 110111 1110 0 1110 11000011 111110 111110

Color Harmonies of #63BDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63BDDB

Black with #63BDDB

Text Example


Text Example

White with #63BDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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