Html Css Color HEX #7DBDE0 Seagull

📋 copy color: '#7DBDE0'

red 125 ◦ green 189 ◦ blue 224

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

Shades of Seagull #7DBDE0

Tints of Seagull #7DBDE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.64%

R = 23.23%
G = 35.13%
B = 41.64%

CMYK

 C value IS 0.44

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7DBDE0 (or 0x7DBDE0) is known color: Seagull. HEX triplet: 7D, BD and E0. RGB value is (125,189,224). Sum of RGB (Red+Green+Blue) = 125+189+224=538 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.23% from 538); Green value is 189 (74.22% from 255 or 35.13% from 538); Blue value is 224 (87.89% from 255 or 41.64% from 538); Max value from RGB is 224 - color contains mainly: blue. Hex color #7DBDE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBDE0 is #82421F. Grayscale: #ADADAD. Windows color (decimal): -8536608 or 14728573. OLE color: 14728573.

HSL color Cylindrical-coordinate representation of color #7DBDE0: hue angle of 201.21º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DBDE0 is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 125 189 224 -
CMYK 0.44 0.16 0 0.12
HSL 201.21º 0.61% 0.68% -
HSV(B) 201.21º 0.44% 0.88% -
XYZ 40.11 46.14 77.31 -
YUV 173.85 156.3 93.15 -
System Red Green Blue C M Y K H S L
Decimal 125 189 224 0.44 0.16 0 0.12 201.21 0.61 0.68
Hex 7D BD E0 2C 10 0 C C9 3D 44
Octal 175 275 340 54 20 0 14 311 75 104
Binary 1111101 10111101 11100000 101100 10000 0 1100 11001001 111101 1000100

Color Harmonies of #7DBDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBDE0

Black with #7DBDE0

Text Example


Text Example

White with #7DBDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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