Html Css Color HEX #7DBACC Seagull

📋 copy color: '#7DBACC'

red 125 ◦ green 186 ◦ blue 204

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

Shades of Seagull #7DBACC

Tints of Seagull #7DBACC

RGB

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

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

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

R = 24.27%
G = 36.12%
B = 39.61%

CMYK

 C value IS 0.39

 M value IS 0.09

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7DBACC (or 0x7DBACC) is known color: Seagull. HEX triplet: 7D, BA and CC. RGB value is (125,186,204). Sum of RGB (Red+Green+Blue) = 125+186+204=515 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.27% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 204 - color contains mainly: blue. Hex color #7DBACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBACC is #824533. Grayscale: #A9A9A9. Windows color (decimal): -8537396 or 13417085. OLE color: 13417085.

HSL color Cylindrical-coordinate representation of color #7DBACC: hue angle of 193.67º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DBACC is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 125 186 204 -
CMYK 0.39 0.09 0 0.2
HSL 193.67º 0.44% 0.65% -
HSV(B) 193.67º 0.39% 0.8% -
XYZ 36.92 43.84 63.64 -
YUV 169.81 147.29 96.04 -
System Red Green Blue C M Y K H S L
Decimal 125 186 204 0.39 0.09 0 0.2 193.67 0.44 0.65
Hex 7D BA CC 27 9 0 14 C2 2C 41
Octal 175 272 314 47 11 0 24 302 54 101
Binary 1111101 10111010 11001100 100111 1001 0 10100 11000010 101100 1000001

Color Harmonies of #7DBACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBACC

Black with #7DBACC

Text Example


Text Example

White with #7DBACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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