Html Css Color HEX #7FB4CE Seagull

📋 copy color: '#7FB4CE'

red 127 ◦ green 180 ◦ blue 206

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

Shades of Seagull #7FB4CE

Tints of Seagull #7FB4CE

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.09%

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

R = 24.76%
G = 35.09%
B = 40.16%

CMYK

 C value IS 0.38

 M value IS 0.13

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7FB4CE (or 0x7FB4CE) is known color: Seagull. HEX triplet: 7F, B4 and CE. RGB value is (127,180,206). Sum of RGB (Red+Green+Blue) = 127+180+206=513 (67% of max value = 765). Red value is 127 (50% from 255 or 24.76% from 513); Green value is 180 (70.70% from 255 or 35.09% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 206 - color contains mainly: blue. Hex color #7FB4CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FB4CE is #804B31. Grayscale: #A6A6A6. Windows color (decimal): -8407858 or 13546623. OLE color: 13546623.

HSL color Cylindrical-coordinate representation of color #7FB4CE: hue angle of 199.75º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7FB4CE is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 127 180 206 -
CMYK 0.38 0.13 0 0.19
HSL 199.75º 0.45% 0.65% -
HSV(B) 199.75º 0.38% 0.81% -
XYZ 36.21 41.61 64.52 -
YUV 167.12 149.94 99.39 -
System Red Green Blue C M Y K H S L
Decimal 127 180 206 0.38 0.13 0 0.19 199.75 0.45 0.65
Hex 7F B4 CE 26 D 0 13 C8 2D 41
Octal 177 264 316 46 15 0 23 310 55 101
Binary 1111111 10110100 11001110 100110 1101 0 10011 11001000 101101 1000001

Color Harmonies of #7FB4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB4CE

Black with #7FB4CE

Text Example


Text Example

White with #7FB4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,180,206); }

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

background-color css

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

 a { background-color: rgb(127,180,206); }

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

border-color css

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

 span { border-color: rgb(127,180,206); }

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