Html Css Color HEX #63C0DA Malibu

📋 copy color: '#63C0DA'

red 99 ◦ green 192 ◦ blue 218

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

Shades of Malibu #63C0DA

Tints of Malibu #63C0DA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.72%

 BLUE value IS 218 (85.55% from 255) = 42.83%

R = 19.45%
G = 37.72%
B = 42.83%

CMYK

 C value IS 0.55

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#63C0DA (or 0x63C0DA) is known color: Malibu. HEX triplet: 63, C0 and DA. RGB value is (99,192,218). Sum of RGB (Red+Green+Blue) = 99+192+218=509 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.45% from 509); Green value is 192 (75.39% from 255 or 37.72% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 218 - color contains mainly: blue. Hex color #63C0DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63C0DA is #9C3F25. Grayscale: #A6A6A6. Windows color (decimal): -10239782 or 14336099. OLE color: 14336099.

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

Color convert

RGB 99 192 218 -
CMYK 0.55 0.12 0 0.15
HSL 193.11º 0.62% 0.62% -
HSV(B) 193.11º 0.55% 0.85% -
XYZ 36.65 45.41 73.16 -
YUV 167.16 156.69 79.39 -
System Red Green Blue C M Y K H S L
Decimal 99 192 218 0.55 0.12 0 0.15 193.11 0.62 0.62
Hex 63 C0 DA 37 C 0 F C1 3E 3E
Octal 143 300 332 67 14 0 17 301 76 76
Binary 1100011 11000000 11011010 110111 1100 0 1111 11000001 111110 111110

Color Harmonies of #63C0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63C0DA

Black with #63C0DA

Text Example


Text Example

White with #63C0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,192,218); }

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

background-color css

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

 a { background-color: rgb(99,192,218); }

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

border-color css

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

 span { border-color: rgb(99,192,218); }

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