Html Css Color HEX #74BECE Seagull

📋 copy color: '#74BECE'

red 116 ◦ green 190 ◦ blue 206

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

Shades of Seagull #74BECE

Tints of Seagull #74BECE

RGB

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

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

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

R = 22.66%
G = 37.11%
B = 40.23%

CMYK

 C value IS 0.44

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#74BECE (or 0x74BECE) is known color: Seagull. HEX triplet: 74, BE and CE. RGB value is (116,190,206). Sum of RGB (Red+Green+Blue) = 116+190+206=512 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.66% from 512); Green value is 190 (74.61% from 255 or 37.11% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 206 - color contains mainly: blue. Hex color #74BECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BECE is #8B4131. Grayscale: #A9A9A9. Windows color (decimal): -9126194 or 13549172. OLE color: 13549172.

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

Color convert

RGB 116 190 206 -
CMYK 0.44 0.08 0 0.19
HSL 190.67º 0.48% 0.63% -
HSV(B) 190.67º 0.44% 0.81% -
XYZ 36.76 45 65.14 -
YUV 169.7 148.48 89.7 -
System Red Green Blue C M Y K H S L
Decimal 116 190 206 0.44 0.08 0 0.19 190.67 0.48 0.63
Hex 74 BE CE 2C 8 0 13 BF 30 3F
Octal 164 276 316 54 10 0 23 277 60 77
Binary 1110100 10111110 11001110 101100 1000 0 10011 10111111 110000 111111

Color Harmonies of #74BECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BECE

Black with #74BECE

Text Example


Text Example

White with #74BECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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