Html Css Color HEX #7DBBDC Seagull

📋 copy color: '#7DBBDC'

red 125 ◦ green 187 ◦ blue 220

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

Shades of Seagull #7DBBDC

Tints of Seagull #7DBBDC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.15%

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

R = 23.5%
G = 35.15%
B = 41.35%

CMYK

 C value IS 0.43

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7DBBDC (or 0x7DBBDC) is known color: Seagull. HEX triplet: 7D, BB and DC. RGB value is (125,187,220). Sum of RGB (Red+Green+Blue) = 125+187+220=532 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.50% from 532); Green value is 187 (73.44% from 255 or 35.15% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #7DBBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBBDC is #824423. Grayscale: #ACACAC. Windows color (decimal): -8537124 or 14465917. OLE color: 14465917.

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

Color convert

RGB 125 187 220 -
CMYK 0.43 0.15 0 0.14
HSL 200.84º 0.58% 0.68% -
HSV(B) 200.84º 0.43% 0.86% -
XYZ 39.15 45.07 74.35 -
YUV 172.22 154.96 94.32 -
System Red Green Blue C M Y K H S L
Decimal 125 187 220 0.43 0.15 0 0.14 200.84 0.58 0.68
Hex 7D BB DC 2B F 0 E C9 3A 44
Octal 175 273 334 53 17 0 16 311 72 104
Binary 1111101 10111011 11011100 101011 1111 0 1110 11001001 111010 1000100

Color Harmonies of #7DBBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBBDC

Black with #7DBBDC

Text Example


Text Example

White with #7DBBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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