Html Css Color HEX #63C0CE Seagull

📋 copy color: '#63C0CE'

red 99 ◦ green 192 ◦ blue 206

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

Shades of Seagull #63C0CE

Tints of Seagull #63C0CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.45%

R = 19.92%
G = 38.63%
B = 41.45%

CMYK

 C value IS 0.52

 M value IS 0.07

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#63C0CE (or 0x63C0CE) is known color: Seagull. HEX triplet: 63, C0 and CE. RGB value is (99,192,206). Sum of RGB (Red+Green+Blue) = 99+192+206=497 (65% of max value = 765). Red value is 99 (39.06% from 255 or 19.92% from 497); Green value is 192 (75.39% from 255 or 38.63% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #63C0CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63C0CE is #9C3F31. Grayscale: #A5A5A5. Windows color (decimal): -10239794 or 13549667. OLE color: 13549667.

HSL color Cylindrical-coordinate representation of color #63C0CE: hue angle of 187.85º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63C0CE is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 99 192 206 -
CMYK 0.52 0.07 0 0.19
HSL 187.85º 0.52% 0.6% -
HSV(B) 187.85º 0.52% 0.81% -
XYZ 35.14 44.81 65.19 -
YUV 165.79 150.69 80.36 -
System Red Green Blue C M Y K H S L
Decimal 99 192 206 0.52 0.07 0 0.19 187.85 0.52 0.6
Hex 63 C0 CE 34 7 0 13 BC 34 3C
Octal 143 300 316 64 7 0 23 274 64 74
Binary 1100011 11000000 11001110 110100 111 0 10011 10111100 110100 111100

Color Harmonies of #63C0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63C0CE

Black with #63C0CE

Text Example


Text Example

White with #63C0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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