Html Css Color HEX #7DBEDC Seagull

📋 copy color: '#7DBEDC'

red 125 ◦ green 190 ◦ blue 220

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

Shades of Seagull #7DBEDC

Tints of Seagull #7DBEDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.12%

R = 23.36%
G = 35.51%
B = 41.12%

CMYK

 C value IS 0.43

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7DBEDC (or 0x7DBEDC) is known color: Seagull. HEX triplet: 7D, BE and DC. RGB value is (125,190,220). Sum of RGB (Red+Green+Blue) = 125+190+220=535 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.36% from 535); Green value is 190 (74.61% from 255 or 35.51% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #7DBEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBEDC is #824123. Grayscale: #ADADAD. Windows color (decimal): -8536356 or 14466685. OLE color: 14466685.

HSL color Cylindrical-coordinate representation of color #7DBEDC: hue angle of 198.95º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DBEDC is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 125 190 220 -
CMYK 0.43 0.14 0 0.14
HSL 198.95º 0.58% 0.68% -
HSV(B) 198.95º 0.43% 0.86% -
XYZ 39.79 46.35 74.56 -
YUV 173.99 153.97 93.06 -
System Red Green Blue C M Y K H S L
Decimal 125 190 220 0.43 0.14 0 0.14 198.95 0.58 0.68
Hex 7D BE DC 2B E 0 E C7 3A 44
Octal 175 276 334 53 16 0 16 307 72 104
Binary 1111101 10111110 11011100 101011 1110 0 1110 11000111 111010 1000100

Color Harmonies of #7DBEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBEDC

Black with #7DBEDC

Text Example


Text Example

White with #7DBEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,190,220); }

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

background-color css

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

 a { background-color: rgb(125,190,220); }

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

border-color css

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

 span { border-color: rgb(125,190,220); }

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