Html Css Color HEX #74BECA Seagull

📋 copy color: '#74BECA'

red 116 ◦ green 190 ◦ blue 202

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

Shades of Seagull #74BECA

Tints of Seagull #74BECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.76%

R = 22.83%
G = 37.4%
B = 39.76%

CMYK

 C value IS 0.43

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#74BECA (or 0x74BECA) is known color: Seagull. HEX triplet: 74, BE and CA. RGB value is (116,190,202). Sum of RGB (Red+Green+Blue) = 116+190+202=508 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.83% from 508); Green value is 190 (74.61% from 255 or 37.40% from 508); Blue value is 202 (79.30% from 255 or 39.76% from 508); Max value from RGB is 202 - color contains mainly: blue. Hex color #74BECA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BECA is #8B4135. Grayscale: #A9A9A9. Windows color (decimal): -9126198 or 13287028. OLE color: 13287028.

HSL color Cylindrical-coordinate representation of color #74BECA: hue angle of 188.37º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74BECA is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 116 190 202 -
CMYK 0.43 0.06 0 0.21
HSL 188.37º 0.45% 0.62% -
HSV(B) 188.37º 0.43% 0.79% -
XYZ 36.28 44.8 62.61 -
YUV 169.24 146.48 90.02 -
System Red Green Blue C M Y K H S L
Decimal 116 190 202 0.43 0.06 0 0.21 188.37 0.45 0.62
Hex 74 BE CA 2B 6 0 15 BC 2D 3E
Octal 164 276 312 53 6 0 25 274 55 76
Binary 1110100 10111110 11001010 101011 110 0 10101 10111100 101101 111110

Color Harmonies of #74BECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BECA

Black with #74BECA

Text Example


Text Example

White with #74BECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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