#74BBD5

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

Shades of Seagull #74BBD5

Tints of Seagull #74BBD5

Color information

#74BBD5 (or 0x74BBD5) is unknown color: approx Seagull. HEX triplet: 74, BB and D5. RGB value is (116,187,213). Sum of RGB (Red+Green+Blue) = 116+187+213=516 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.48% from 516); Green value is 187 (73.44% from 255 or 36.24% from 516); Blue value is 213 (83.59% from 255 or 41.28% from 516); Max value from RGB is 213 - color contains mainly: blue. Hex color #74BBD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BBD5 is #8B442A. Grayscale: #A8A8A8. Windows color (decimal): -9126955 or 14007156. OLE color: 14007156.

HSL color Cylindrical-coordinate representation of color #74BBD5: hue angle of 196.08º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74BBD5 is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB116187213-
CMYK0.460.1200.16
HSL196.08º53.59%64.51%-
HSV(B)196.08º45.54%83.53%-
XYZ36.9844.0669.51-
YUV168.74152.9890.39-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.48%
GREEN value IS 187 (73.44% from 255) = 36.24%
BLUE value IS 213 (83.59% from 255) = 41.28%
R=22.48%
G=36.24%
B=41.28%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1161872130.460.1200.16196.0853.5964.51
Hex74BBD52EC010c43641
Octal164273325561402030466101
Binary111010010111011110101011011101100010000110001001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,187,213); }

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

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

 a { background-color: rgb(116,187,213); }

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

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

 span { border-color: rgb(116,187,213); }

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