#74bed9

Color #74BED9 Seagull (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seagull #74BED9

Tints of Seagull #74BED9

Color information

#74BED9 (or 0x74BED9) is unknown color: approx Seagull. HEX triplet: 74, BE and D9. RGB value is (116,190,217). Sum of RGB (Red+Green+Blue) = 116+190+217=523 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.18% from 523); Green value is 190 (74.61% from 255 or 36.33% from 523); Blue value is 217 (85.16% from 255 or 41.49% from 523); Max value from RGB is 217 - color contains mainly: blue. Hex color #74BED9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BED9 is #8B4126. Grayscale: #AAAAAA. Windows color (decimal): -9126183 or 14270068. OLE color: 14270068.

HSL color Cylindrical-coordinate representation of color #74BED9: hue angle of 196.04º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74BED9 is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB116190217-
CMYK0.470.1200.15
HSL196.04º57.06%65.29%-
HSV(B)196.04º46.54%85.1%-
XYZ38.1445.5572.43-
YUV170.95153.9888.8-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.18%
GREEN value IS 190 (74.61% from 255) = 36.33%
BLUE value IS 217 (85.16% from 255) = 41.49%
R=22.18%
G=36.33%
B=41.49%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1161902170.470.1200.15196.0457.0665.29
Hex74BED92FC0Fc43941
Octal164276331571401730471101
Binary11101001011111011011001101111110001111110001001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74bed9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74bed9; }

 p { color: rgb(116,190,217); }

 H1.HeaderClassName
 {
   color: #74bed9;
 }
 .AnyTagClassName
 {
   color: #74bed9;
 }
</style>
background-color css

<style>
 a { background-color: #74bed9; }

 a { background-color: rgb(116,190,217); }

 div.DivClassName
 {
   background-color: #74bed9;
 }
 .BgClassName
 {
   background-color: #74bed9;
 }
</style>
border-color css

<style>
 span { border-color: #74bed9; }

 span { border-color: rgb(116,190,217); }

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