Html Css Color HEX #7FB9CA Seagull

📋 copy color: '#7FB9CA'

red 127 ◦ green 185 ◦ blue 202

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

Shades of Seagull #7FB9CA

Tints of Seagull #7FB9CA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.99%

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

R = 24.71%
G = 35.99%
B = 39.3%

CMYK

 C value IS 0.37

 M value IS 0.08

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7FB9CA (or 0x7FB9CA) is known color: Seagull. HEX triplet: 7F, B9 and CA. RGB value is (127,185,202). Sum of RGB (Red+Green+Blue) = 127+185+202=514 (68% of max value = 765). Red value is 127 (50% from 255 or 24.71% from 514); Green value is 185 (72.66% from 255 or 35.99% from 514); Blue value is 202 (79.30% from 255 or 39.30% from 514); Max value from RGB is 202 - color contains mainly: blue. Hex color #7FB9CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FB9CA is #804635. Grayscale: #A9A9A9. Windows color (decimal): -8406582 or 13285759. OLE color: 13285759.

HSL color Cylindrical-coordinate representation of color #7FB9CA: hue angle of 193.6º 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 #7FB9CA is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 127 185 202 -
CMYK 0.37 0.08 0 0.21
HSL 193.6º 0.41% 0.65% -
HSV(B) 193.6º 0.37% 0.79% -
XYZ 36.76 43.47 62.33 -
YUV 169.6 146.28 97.62 -
System Red Green Blue C M Y K H S L
Decimal 127 185 202 0.37 0.08 0 0.21 193.6 0.41 0.65
Hex 7F B9 CA 25 8 0 15 C2 29 41
Octal 177 271 312 45 10 0 25 302 51 101
Binary 1111111 10111001 11001010 100101 1000 0 10101 11000010 101001 1000001

Color Harmonies of #7FB9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB9CA

Black with #7FB9CA

Text Example


Text Example

White with #7FB9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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