#74BFDC

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

Shades of Seagull #74BFDC

Tints of Seagull #74BFDC

Color information

#74BFDC (or 0x74BFDC) is unknown color: approx Seagull. HEX triplet: 74, BF and DC. RGB value is (116,191,220). Sum of RGB (Red+Green+Blue) = 116+191+220=527 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.01% from 527); Green value is 191 (75% from 255 or 36.24% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 220 - color contains mainly: blue. Hex color #74BFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BFDC is #8B4023. Grayscale: #ABABAB. Windows color (decimal): -9125924 or 14466932. OLE color: 14466932.

HSL color Cylindrical-coordinate representation of color #74BFDC: hue angle of 196.73º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74BFDC is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB116191220-
CMYK0.470.1300.14
HSL196.73º59.77%65.88%-
HSV(B)196.73º47.27%86.27%-
XYZ38.7546.1474.57-
YUV171.88155.1588.14-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.01%
GREEN value IS 191 (75% from 255) = 36.24%
BLUE value IS 220 (86.33% from 255) = 41.75%
R=22.01%
G=36.24%
B=41.75%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1161912200.470.1300.14196.7359.7765.88
Hex74BFDC2FD0Ec53c42
Octal164277334571501630574102
Binary11101001011111111011100101111110101110110001011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,191,220); }

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

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

 a { background-color: rgb(116,191,220); }

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

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

 span { border-color: rgb(116,191,220); }

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