Html Css Color HEX #7DBDDD Seagull

📋 copy color: '#7DBDDD'

red 125 ◦ green 189 ◦ blue 221

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

Shades of Seagull #7DBDDD

Tints of Seagull #7DBDDD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.33%

 BLUE value IS 221 (86.72% from 255) = 41.31%

R = 23.36%
G = 35.33%
B = 41.31%

CMYK

 C value IS 0.43

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7DBDDD (or 0x7DBDDD) is known color: Seagull. HEX triplet: 7D, BD and DD. RGB value is (125,189,221). Sum of RGB (Red+Green+Blue) = 125+189+221=535 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.36% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #7DBDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBDDD is #824222. Grayscale: #ADADAD. Windows color (decimal): -8536611 or 14531965. OLE color: 14531965.

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

Color convert

RGB 125 189 221 -
CMYK 0.43 0.14 0 0.13
HSL 200º 0.59% 0.68% -
HSV(B) 200º 0.43% 0.87% -
XYZ 39.71 45.98 75.19 -
YUV 173.51 154.8 93.4 -
System Red Green Blue C M Y K H S L
Decimal 125 189 221 0.43 0.14 0 0.13 200 0.59 0.68
Hex 7D BD DD 2B E 0 D C8 3B 44
Octal 175 275 335 53 16 0 15 310 73 104
Binary 1111101 10111101 11011101 101011 1110 0 1101 11001000 111011 1000100

Color Harmonies of #7DBDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBDDD

Black with #7DBDDD

Text Example


Text Example

White with #7DBDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,189,221); }

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

background-color css

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

 a { background-color: rgb(125,189,221); }

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

border-color css

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

 span { border-color: rgb(125,189,221); }

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