#74BDCA

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

Shades of Seagull #74BDCA

Tints of Seagull #74BDCA

Color information

#74BDCA (or 0x74BDCA) is unknown color: approx Seagull. HEX triplet: 74, BD and CA. RGB value is (116,189,202). Sum of RGB (Red+Green+Blue) = 116+189+202=507 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.88% from 507); Green value is 189 (74.22% from 255 or 37.28% from 507); Blue value is 202 (79.30% from 255 or 39.84% from 507); Max value from RGB is 202 - color contains mainly: blue. Hex color #74BDCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BDCA is #8B4235. Grayscale: #A8A8A8. Windows color (decimal): -9126454 or 13286772. OLE color: 13286772.

HSL color Cylindrical-coordinate representation of color #74BDCA: hue angle of 189.07º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74BDCA is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB116189202-
CMYK0.430.0600.21
HSL189.07º44.79%62.35%-
HSV(B)189.07º42.57%79.22%-
XYZ36.0644.3762.54-
YUV168.66146.8290.44-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.88%
GREEN value IS 189 (74.22% from 255) = 37.28%
BLUE value IS 202 (79.30% from 255) = 39.84%
R=22.88%
G=37.28%
B=39.84%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1161892020.430.0600.21189.0744.7962.35
Hex74BDCA2B6015bd2d3e
Octal1642753125360252755576
Binary1110100101111011100101010101111001010110111101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,189,202); }

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

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

 a { background-color: rgb(116,189,202); }

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

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

 span { border-color: rgb(116,189,202); }

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