Html Css Color HEX #74BDCB Seagull

📋 copy color: '#74BDCB'

red 116 ◦ green 189 ◦ blue 203

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

Shades of Seagull #74BDCB

Tints of Seagull #74BDCB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.2%

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

R = 22.83%
G = 37.2%
B = 39.96%

CMYK

 C value IS 0.43

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#74BDCB (or 0x74BDCB) is known color: Seagull. HEX triplet: 74, BD and CB. RGB value is (116,189,203). Sum of RGB (Red+Green+Blue) = 116+189+203=508 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.83% from 508); Green value is 189 (74.22% from 255 or 37.20% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 203 - color contains mainly: blue. Hex color #74BDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BDCB is #8B4234. Grayscale: #A8A8A8. Windows color (decimal): -9126453 or 13352308. OLE color: 13352308.

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

Color convert

RGB 116 189 203 -
CMYK 0.43 0.07 0 0.20
HSL 189.66º 0.46% 0.63% -
HSV(B) 189.66º 0.43% 0.8% -
XYZ 36.18 44.42 63.17 -
YUV 168.77 147.32 90.36 -
System Red Green Blue C M Y K H S L
Decimal 116 189 203 0.43 0.07 0 0.20 189.66 0.46 0.63
Hex 74 BD CB 2B 7 0 14 BE 2E 3F
Octal 164 275 313 53 7 0 24 276 56 77
Binary 1110100 10111101 11001011 101011 111 0 10100 10111110 101110 111111

Color Harmonies of #74BDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BDCB

Black with #74BDCB

Text Example


Text Example

White with #74BDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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