Html Css Color HEX #74AECB Seagull

📋 copy color: '#74AECB'

red 116 ◦ green 174 ◦ blue 203

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

Shades of Seagull #74AECB

Tints of Seagull #74AECB

RGB

 RED value IS 116 (45.7% from 255) = 23.53%

 GREEN value IS 174 (68.36% from 255) = 35.29%

 BLUE value IS 203 (79.69% from 255) = 41.18%

R = 23.53%
G = 35.29%
B = 41.18%

CMYK

 C value IS 0.43

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#74AECB (or 0x74AECB) is known color: Seagull. HEX triplet: 74, AE and CB. RGB value is (116,174,203). Sum of RGB (Red+Green+Blue) = 116+174+203=493 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.53% from 493); Green value is 174 (68.36% from 255 or 35.29% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 203 - color contains mainly: blue. Hex color #74AECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74AECB is #8B5134. Grayscale: #9F9F9F. Windows color (decimal): -9130293 or 13348468. OLE color: 13348468.

HSL color Cylindrical-coordinate representation of color #74AECB: hue angle of 200º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74AECB is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 116 174 203 -
CMYK 0.43 0.14 0 0.20
HSL 200º 0.46% 0.63% -
HSV(B) 200º 0.43% 0.8% -
XYZ 33.12 38.3 62.15 -
YUV 159.96 152.28 96.64 -
System Red Green Blue C M Y K H S L
Decimal 116 174 203 0.43 0.14 0 0.20 200 0.46 0.63
Hex 74 AE CB 2B E 0 14 C8 2E 3F
Octal 164 256 313 53 16 0 24 310 56 77
Binary 1110100 10101110 11001011 101011 1110 0 10100 11001000 101110 111111

Color Harmonies of #74AECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AECB

Black with #74AECB

Text Example


Text Example

White with #74AECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,174,203); }

 H1.HeaderClassName
 {
   color: #74AECB;
 }
 .AnyTagClassName
 {
   color: #74AECB;
 }
</style>

background-color css

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

 a { background-color: rgb(116,174,203); }

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

border-color css

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

 span { border-color: rgb(116,174,203); }

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