Html Css Color HEX #74BED9 Seagull

📋 copy color: '#74BED9'

red 116 ◦ green 190 ◦ blue 217

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

Shades of Seagull #74BED9

Tints of Seagull #74BED9

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.33%

 BLUE value IS 217 (85.16% from 255) = 41.49%

R = 22.18%
G = 36.33%
B = 41.49%

CMYK

 C value IS 0.47

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#74BED9 (or 0x74BED9) is known color: Seagull. HEX triplet: 74, BE and D9. RGB value is (116,190,217). Sum of RGB (Red+Green+Blue) = 116+190+217=523 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.18% from 523); Green value is 190 (74.61% from 255 or 36.33% from 523); Blue value is 217 (85.16% from 255 or 41.49% from 523); Max value from RGB is 217 - color contains mainly: blue. Hex color #74BED9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BED9 is #8B4126. Grayscale: #AAAAAA. Windows color (decimal): -9126183 or 14270068. OLE color: 14270068.

HSL color Cylindrical-coordinate representation of color #74BED9: hue angle of 196.04º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74BED9 is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 116 190 217 -
CMYK 0.47 0.12 0 0.15
HSL 196.04º 0.57% 0.65% -
HSV(B) 196.04º 0.47% 0.85% -
XYZ 38.14 45.55 72.43 -
YUV 170.95 153.98 88.8 -
System Red Green Blue C M Y K H S L
Decimal 116 190 217 0.47 0.12 0 0.15 196.04 0.57 0.65
Hex 74 BE D9 2F C 0 F C4 39 41
Octal 164 276 331 57 14 0 17 304 71 101
Binary 1110100 10111110 11011001 101111 1100 0 1111 11000100 111001 1000001

Color Harmonies of #74BED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BED9

Black with #74BED9

Text Example


Text Example

White with #74BED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,190,217); }

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

background-color css

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

 a { background-color: rgb(116,190,217); }

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

border-color css

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

 span { border-color: rgb(116,190,217); }

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