Html Css Color HEX #74BECB Seagull

📋 copy color: '#74BECB'

red 116 ◦ green 190 ◦ blue 203

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

Shades of Seagull #74BECB

Tints of Seagull #74BECB

RGB

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

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

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

R = 22.79%
G = 37.33%
B = 39.88%

CMYK

 C value IS 0.43

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#74BECB (or 0x74BECB) is known color: Seagull. HEX triplet: 74, BE and CB. RGB value is (116,190,203). Sum of RGB (Red+Green+Blue) = 116+190+203=509 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.79% from 509); Green value is 190 (74.61% from 255 or 37.33% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 203 - color contains mainly: blue. Hex color #74BECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BECB is #8B4134. Grayscale: #A9A9A9. Windows color (decimal): -9126197 or 13352564. OLE color: 13352564.

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

Color convert

RGB 116 190 203 -
CMYK 0.43 0.06 0 0.20
HSL 188.97º 0.46% 0.63% -
HSV(B) 188.97º 0.43% 0.8% -
XYZ 36.4 44.85 63.24 -
YUV 169.36 146.98 89.94 -
System Red Green Blue C M Y K H S L
Decimal 116 190 203 0.43 0.06 0 0.20 188.97 0.46 0.63
Hex 74 BE CB 2B 6 0 14 BD 2E 3F
Octal 164 276 313 53 6 0 24 275 56 77
Binary 1110100 10111110 11001011 101011 110 0 10100 10111101 101110 111111

Color Harmonies of #74BECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BECB

Black with #74BECB

Text Example


Text Example

White with #74BECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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