Html Css Color HEX #76BDCC Seagull

📋 copy color: '#76BDCC'

red 118 ◦ green 189 ◦ blue 204

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

Shades of Seagull #76BDCC

Tints of Seagull #76BDCC

RGB

 RED value IS 118 (46.48% from 255) = 23.09%

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

 BLUE value IS 204 (80.08% from 255) = 39.92%

R = 23.09%
G = 36.99%
B = 39.92%

CMYK

 C value IS 0.42

 M value IS 0.07

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#76BDCC (or 0x76BDCC) is known color: Seagull. HEX triplet: 76, BD and CC. RGB value is (118,189,204). Sum of RGB (Red+Green+Blue) = 118+189+204=511 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.09% from 511); Green value is 189 (74.22% from 255 or 36.99% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 204 - color contains mainly: blue. Hex color #76BDCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BDCC is #894233. Grayscale: #A9A9A9. Windows color (decimal): -8995380 or 13417846. OLE color: 13417846.

HSL color Cylindrical-coordinate representation of color #76BDCC: hue angle of 190.47º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76BDCC is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 118 189 204 -
CMYK 0.42 0.07 0 0.2
HSL 190.47º 0.46% 0.63% -
HSV(B) 190.47º 0.42% 0.8% -
XYZ 36.57 44.61 63.81 -
YUV 169.48 147.48 91.28 -
System Red Green Blue C M Y K H S L
Decimal 118 189 204 0.42 0.07 0 0.2 190.47 0.46 0.63
Hex 76 BD CC 2A 7 0 14 BE 2E 3F
Octal 166 275 314 52 7 0 24 276 56 77
Binary 1110110 10111101 11001100 101010 111 0 10100 10111110 101110 111111

Color Harmonies of #76BDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BDCC

Black with #76BDCC

Text Example


Text Example

White with #76BDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76BDCC; }

 p { color: rgb(118,189,204); }

 H1.HeaderClassName
 {
   color: #76BDCC;
 }
 .AnyTagClassName
 {
   color: #76BDCC;
 }
</style>

background-color css

<style>
 a { background-color: #76BDCC; }

 a { background-color: rgb(118,189,204); }

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

border-color css

<style>
 span { border-color: #76BDCC; }

 span { border-color: rgb(118,189,204); }

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