Html Css Color HEX #7FBBCA Seagull

📋 copy color: '#7FBBCA'

red 127 ◦ green 187 ◦ blue 202

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

Shades of Seagull #7FBBCA

Tints of Seagull #7FBBCA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.24%

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

R = 24.61%
G = 36.24%
B = 39.15%

CMYK

 C value IS 0.37

 M value IS 0.07

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7FBBCA (or 0x7FBBCA) is known color: Seagull. HEX triplet: 7F, BB and CA. RGB value is (127,187,202). Sum of RGB (Red+Green+Blue) = 127+187+202=516 (68% of max value = 765). Red value is 127 (50% from 255 or 24.61% from 516); Green value is 187 (73.44% from 255 or 36.24% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 202 - color contains mainly: blue. Hex color #7FBBCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBBCA is #804435. Grayscale: #AAAAAA. Windows color (decimal): -8406070 or 13286271. OLE color: 13286271.

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

Color convert

RGB 127 187 202 -
CMYK 0.37 0.07 0 0.21
HSL 192º 0.41% 0.65% -
HSV(B) 192º 0.37% 0.79% -
XYZ 37.18 44.32 62.47 -
YUV 170.77 145.62 96.78 -
System Red Green Blue C M Y K H S L
Decimal 127 187 202 0.37 0.07 0 0.21 192 0.41 0.65
Hex 7F BB CA 25 7 0 15 C0 29 41
Octal 177 273 312 45 7 0 25 300 51 101
Binary 1111111 10111011 11001010 100101 111 0 10101 11000000 101001 1000001

Color Harmonies of #7FBBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBBCA

Black with #7FBBCA

Text Example


Text Example

White with #7FBBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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