Html Css Color HEX #74BACB Seagull

📋 copy color: '#74BACB'

red 116 ◦ green 186 ◦ blue 203

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

Shades of Seagull #74BACB

Tints of Seagull #74BACB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.83%

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

R = 22.97%
G = 36.83%
B = 40.2%

CMYK

 C value IS 0.43

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#74BACB (or 0x74BACB) is known color: Seagull. HEX triplet: 74, BA and CB. RGB value is (116,186,203). Sum of RGB (Red+Green+Blue) = 116+186+203=505 (66% of max value = 765). Red value is 116 (45.70% from 255 or 22.97% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 203 - color contains mainly: blue. Hex color #74BACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BACB is #8B4534. Grayscale: #A6A6A6. Windows color (decimal): -9127221 or 13351540. OLE color: 13351540.

HSL color Cylindrical-coordinate representation of color #74BACB: hue angle of 191.72º 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 #74BACB is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 116 186 203 -
CMYK 0.43 0.08 0 0.20
HSL 191.72º 0.46% 0.63% -
HSV(B) 191.72º 0.43% 0.8% -
XYZ 35.54 43.14 62.95 -
YUV 167.01 148.31 91.62 -
System Red Green Blue C M Y K H S L
Decimal 116 186 203 0.43 0.08 0 0.20 191.72 0.46 0.63
Hex 74 BA CB 2B 8 0 14 C0 2E 3F
Octal 164 272 313 53 10 0 24 300 56 77
Binary 1110100 10111010 11001011 101011 1000 0 10100 11000000 101110 111111

Color Harmonies of #74BACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BACB

Black with #74BACB

Text Example


Text Example

White with #74BACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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