Html Css Color HEX #63C6DC Malibu

📋 copy color: '#63C6DC'

red 99 ◦ green 198 ◦ blue 220

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

Shades of Malibu #63C6DC

Tints of Malibu #63C6DC

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.3%

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

R = 19.15%
G = 38.3%
B = 42.55%

CMYK

 C value IS 0.55

 M value IS 0.1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#63C6DC (or 0x63C6DC) is known color: Malibu. HEX triplet: 63, C6 and DC. RGB value is (99,198,220). Sum of RGB (Red+Green+Blue) = 99+198+220=517 (68% of max value = 765). Red value is 99 (39.06% from 255 or 19.15% from 517); Green value is 198 (77.73% from 255 or 38.30% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #63C6DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63C6DC is #9C3923. Grayscale: #AAAAAA. Windows color (decimal): -10238244 or 14468707. OLE color: 14468707.

HSL color Cylindrical-coordinate representation of color #63C6DC: hue angle of 190.91º 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 #63C6DC is Cyan = 0.55, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 99 198 220 -
CMYK 0.55 0.1 0 0.14
HSL 190.91º 0.63% 0.63% -
HSV(B) 190.91º 0.55% 0.86% -
XYZ 38.26 48.21 75 -
YUV 170.91 155.7 76.71 -
System Red Green Blue C M Y K H S L
Decimal 99 198 220 0.55 0.1 0 0.14 190.91 0.63 0.63
Hex 63 C6 DC 37 A 0 E BF 3F 3F
Octal 143 306 334 67 12 0 16 277 77 77
Binary 1100011 11000110 11011100 110111 1010 0 1110 10111111 111111 111111

Color Harmonies of #63C6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63C6DC

Black with #63C6DC

Text Example


Text Example

White with #63C6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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