Html Css Color HEX #7FADCA Seagull

📋 copy color: '#7FADCA'

red 127 ◦ green 173 ◦ blue 202

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

Shades of Seagull #7FADCA

Tints of Seagull #7FADCA

RGB

 RED value IS 127 (50% from 255) = 25.3%

 GREEN value IS 173 (67.97% from 255) = 34.46%

 BLUE value IS 202 (79.3% from 255) = 40.24%

R = 25.3%
G = 34.46%
B = 40.24%

CMYK

 C value IS 0.37

 M value IS 0.14

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7FADCA (or 0x7FADCA) is known color: Seagull. HEX triplet: 7F, AD and CA. RGB value is (127,173,202). Sum of RGB (Red+Green+Blue) = 127+173+202=502 (66% of max value = 765). Red value is 127 (50% from 255 or 25.30% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 202 - color contains mainly: blue. Hex color #7FADCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FADCA is #805235. Grayscale: #A2A2A2. Windows color (decimal): -8409654 or 13282687. OLE color: 13282687.

HSL color Cylindrical-coordinate representation of color #7FADCA: hue angle of 203.2º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7FADCA is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 127 173 202 -
CMYK 0.37 0.14 0 0.21
HSL 203.2º 0.41% 0.65% -
HSV(B) 203.2º 0.37% 0.79% -
XYZ 34.36 38.66 61.53 -
YUV 162.55 150.26 102.64 -
System Red Green Blue C M Y K H S L
Decimal 127 173 202 0.37 0.14 0 0.21 203.2 0.41 0.65
Hex 7F AD CA 25 E 0 15 CB 29 41
Octal 177 255 312 45 16 0 25 313 51 101
Binary 1111111 10101101 11001010 100101 1110 0 10101 11001011 101001 1000001

Color Harmonies of #7FADCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FADCA

Black with #7FADCA

Text Example


Text Example

White with #7FADCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FADCA; }

 p { color: rgb(127,173,202); }

 H1.HeaderClassName
 {
   color: #7FADCA;
 }
 .AnyTagClassName
 {
   color: #7FADCA;
 }
</style>

background-color css

<style>
 a { background-color: #7FADCA; }

 a { background-color: rgb(127,173,202); }

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

border-color css

<style>
 span { border-color: #7FADCA; }

 span { border-color: rgb(127,173,202); }

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