Html Css Color HEX #63BFDC Malibu

📋 copy color: '#63BFDC'

red 99 ◦ green 191 ◦ blue 220

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

Shades of Malibu #63BFDC

Tints of Malibu #63BFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.14%

R = 19.41%
G = 37.45%
B = 43.14%

CMYK

 C value IS 0.55

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#63BFDC (or 0x63BFDC) is known color: Malibu. HEX triplet: 63, BF and DC. RGB value is (99,191,220). Sum of RGB (Red+Green+Blue) = 99+191+220=510 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.41% from 510); Green value is 191 (75% from 255 or 37.45% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 220 - color contains mainly: blue. Hex color #63BFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BFDC is #9C4023. Grayscale: #A6A6A6. Windows color (decimal): -10240036 or 14466915. OLE color: 14466915.

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

Color convert

RGB 99 191 220 -
CMYK 0.55 0.13 0 0.14
HSL 194.38º 0.63% 0.63% -
HSV(B) 194.38º 0.55% 0.86% -
XYZ 36.69 45.08 74.48 -
YUV 166.8 158.02 79.64 -
System Red Green Blue C M Y K H S L
Decimal 99 191 220 0.55 0.13 0 0.14 194.38 0.63 0.63
Hex 63 BF DC 37 D 0 E C2 3F 3F
Octal 143 277 334 67 15 0 16 302 77 77
Binary 1100011 10111111 11011100 110111 1101 0 1110 11000010 111111 111111

Color Harmonies of #63BFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63BFDC

Black with #63BFDC

Text Example


Text Example

White with #63BFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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