Html Css Color HEX #63C0CF Seagull

📋 copy color: '#63C0CF'

red 99 ◦ green 192 ◦ blue 207

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

Shades of Seagull #63C0CF

Tints of Seagull #63C0CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.57%

R = 19.88%
G = 38.55%
B = 41.57%

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

#63C0CF (or 0x63C0CF) is known color: Seagull. HEX triplet: 63, C0 and CF. RGB value is (99,192,207). Sum of RGB (Red+Green+Blue) = 99+192+207=498 (65% of max value = 765). Red value is 99 (39.06% from 255 or 19.88% from 498); Green value is 192 (75.39% from 255 or 38.55% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #63C0CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63C0CF is #9C3F30. Grayscale: #A5A5A5. Windows color (decimal): -10239793 or 13615203. OLE color: 13615203.

HSL color Cylindrical-coordinate representation of color #63C0CF: hue angle of 188.33º degrees, saturation: 0.53, 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 #63C0CF is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 99 192 207 -
CMYK 0.52 0.07 0 0.19
HSL 188.33º 0.53% 0.6% -
HSV(B) 188.33º 0.52% 0.81% -
XYZ 35.26 44.86 65.83 -
YUV 165.9 151.19 80.28 -
System Red Green Blue C M Y K H S L
Decimal 99 192 207 0.52 0.07 0 0.19 188.33 0.53 0.6
Hex 63 C0 CF 34 7 0 13 BC 35 3C
Octal 143 300 317 64 7 0 23 274 65 74
Binary 1100011 11000000 11001111 110100 111 0 10011 10111100 110101 111100

Color Harmonies of #63C0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63C0CF

Black with #63C0CF

Text Example


Text Example

White with #63C0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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