Html Css Color HEX #74ABCE Seagull

📋 copy color: '#74ABCE'

red 116 ◦ green 171 ◦ blue 206

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

Shades of Seagull #74ABCE

Tints of Seagull #74ABCE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.69%

 BLUE value IS 206 (80.86% from 255) = 41.78%

R = 23.53%
G = 34.69%
B = 41.78%

CMYK

 C value IS 0.44

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#74ABCE (or 0x74ABCE) is known color: Seagull. HEX triplet: 74, AB and CE. RGB value is (116,171,206). Sum of RGB (Red+Green+Blue) = 116+171+206=493 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.53% from 493); Green value is 171 (67.19% from 255 or 34.69% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 206 - color contains mainly: blue. Hex color #74ABCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74ABCE is #8B5431. Grayscale: #9E9E9E. Windows color (decimal): -9131058 or 13544308. OLE color: 13544308.

HSL color Cylindrical-coordinate representation of color #74ABCE: hue angle of 203.33º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74ABCE is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 171 206 -
CMYK 0.44 0.17 0 0.19
HSL 203.33º 0.48% 0.63% -
HSV(B) 203.33º 0.44% 0.81% -
XYZ 32.91 37.3 63.86 -
YUV 158.55 154.78 97.65 -
System Red Green Blue C M Y K H S L
Decimal 116 171 206 0.44 0.17 0 0.19 203.33 0.48 0.63
Hex 74 AB CE 2C 11 0 13 CB 30 3F
Octal 164 253 316 54 21 0 23 313 60 77
Binary 1110100 10101011 11001110 101100 10001 0 10011 11001011 110000 111111

Color Harmonies of #74ABCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74ABCE

Black with #74ABCE

Text Example


Text Example

White with #74ABCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,171,206); }

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

background-color css

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

 a { background-color: rgb(116,171,206); }

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

border-color css

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

 span { border-color: rgb(116,171,206); }

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