Html Css Color HEX #74BAD6 Seagull

📋 copy color: '#74BAD6'

red 116 ◦ green 186 ◦ blue 214

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

Shades of Seagull #74BAD6

Tints of Seagull #74BAD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41.47%

R = 22.48%
G = 36.05%
B = 41.47%

CMYK

 C value IS 0.46

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#74BAD6 (or 0x74BAD6) is known color: Seagull. HEX triplet: 74, BA and D6. RGB value is (116,186,214). Sum of RGB (Red+Green+Blue) = 116+186+214=516 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.48% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 214 (83.98% from 255 or 41.47% from 516); Max value from RGB is 214 - color contains mainly: blue. Hex color #74BAD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BAD6 is #8B4529. Grayscale: #A8A8A8. Windows color (decimal): -9127210 or 14072436. OLE color: 14072436.

HSL color Cylindrical-coordinate representation of color #74BAD6: hue angle of 197.14º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74BAD6 is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 116 186 214 -
CMYK 0.46 0.13 0 0.16
HSL 197.14º 0.54% 0.65% -
HSV(B) 197.14º 0.46% 0.84% -
XYZ 36.9 43.69 70.11 -
YUV 168.26 153.81 90.72 -
System Red Green Blue C M Y K H S L
Decimal 116 186 214 0.46 0.13 0 0.16 197.14 0.54 0.65
Hex 74 BA D6 2E D 0 10 C5 36 41
Octal 164 272 326 56 15 0 20 305 66 101
Binary 1110100 10111010 11010110 101110 1101 0 10000 11000101 110110 1000001

Color Harmonies of #74BAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BAD6

Black with #74BAD6

Text Example


Text Example

White with #74BAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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