Html Css Color HEX #7DB6DC Seagull

📋 copy color: '#7DB6DC'

red 125 ◦ green 182 ◦ blue 220

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

Shades of Seagull #7DB6DC

Tints of Seagull #7DB6DC

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.54%

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

R = 23.72%
G = 34.54%
B = 41.75%

CMYK

 C value IS 0.43

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7DB6DC (or 0x7DB6DC) is known color: Seagull. HEX triplet: 7D, B6 and DC. RGB value is (125,182,220). Sum of RGB (Red+Green+Blue) = 125+182+220=527 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.72% from 527); Green value is 182 (71.48% from 255 or 34.54% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 220 - color contains mainly: blue. Hex color #7DB6DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DB6DC is #824923. Grayscale: #A9A9A9. Windows color (decimal): -8538404 or 14464637. OLE color: 14464637.

HSL color Cylindrical-coordinate representation of color #7DB6DC: hue angle of 204º 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 #7DB6DC is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 125 182 220 -
CMYK 0.43 0.17 0 0.14
HSL 204º 0.58% 0.68% -
HSV(B) 204º 0.43% 0.86% -
XYZ 38.1 42.98 74 -
YUV 169.29 156.62 96.41 -
System Red Green Blue C M Y K H S L
Decimal 125 182 220 0.43 0.17 0 0.14 204 0.58 0.68
Hex 7D B6 DC 2B 11 0 E CC 3A 44
Octal 175 266 334 53 21 0 16 314 72 104
Binary 1111101 10110110 11011100 101011 10001 0 1110 11001100 111010 1000100

Color Harmonies of #7DB6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB6DC

Black with #7DB6DC

Text Example


Text Example

White with #7DB6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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