Html Css Color HEX #7DBACE Seagull

📋 copy color: '#7DBACE'

red 125 ◦ green 186 ◦ blue 206

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

Shades of Seagull #7DBACE

Tints of Seagull #7DBACE

RGB

 RED value IS 125 (49.22% from 255) = 24.18%

 GREEN value IS 186 (73.05% from 255) = 35.98%

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

R = 24.18%
G = 35.98%
B = 39.85%

CMYK

 C value IS 0.39

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7DBACE (or 0x7DBACE) is known color: Seagull. HEX triplet: 7D, BA and CE. RGB value is (125,186,206). Sum of RGB (Red+Green+Blue) = 125+186+206=517 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.18% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 206 - color contains mainly: blue. Hex color #7DBACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBACE is #824531. Grayscale: #A9A9A9. Windows color (decimal): -8537394 or 13548157. OLE color: 13548157.

HSL color Cylindrical-coordinate representation of color #7DBACE: hue angle of 194.81º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DBACE is Cyan = 0.39, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 186 206 -
CMYK 0.39 0.10 0 0.19
HSL 194.81º 0.45% 0.65% -
HSV(B) 194.81º 0.39% 0.81% -
XYZ 37.16 43.93 64.91 -
YUV 170.04 148.29 95.87 -
System Red Green Blue C M Y K H S L
Decimal 125 186 206 0.39 0.10 0 0.19 194.81 0.45 0.65
Hex 7D BA CE 27 A 0 13 C3 2D 41
Octal 175 272 316 47 12 0 23 303 55 101
Binary 1111101 10111010 11001110 100111 1010 0 10011 11000011 101101 1000001

Color Harmonies of #7DBACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBACE

Black with #7DBACE

Text Example


Text Example

White with #7DBACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7DBACE; }

 p { color: rgb(125,186,206); }

 H1.HeaderClassName
 {
   color: #7DBACE;
 }
 .AnyTagClassName
 {
   color: #7DBACE;
 }
</style>

background-color css

<style>
 a { background-color: #7DBACE; }

 a { background-color: rgb(125,186,206); }

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

border-color css

<style>
 span { border-color: #7DBACE; }

 span { border-color: rgb(125,186,206); }

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