Html Css Color HEX #7DBDE1 Seagull

📋 copy color: '#7DBDE1'

red 125 ◦ green 189 ◦ blue 225

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

Shades of Seagull #7DBDE1

Tints of Seagull #7DBDE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 41.74%

R = 23.19%
G = 35.06%
B = 41.74%

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

#7DBDE1 (or 0x7DBDE1) is known color: Seagull. HEX triplet: 7D, BD and E1. RGB value is (125,189,225). Sum of RGB (Red+Green+Blue) = 125+189+225=539 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.19% from 539); Green value is 189 (74.22% from 255 or 35.06% from 539); Blue value is 225 (88.28% from 255 or 41.74% from 539); Max value from RGB is 225 - color contains mainly: blue. Hex color #7DBDE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBDE1 is #82421E. Grayscale: #ADADAD. Windows color (decimal): -8536607 or 14794109. OLE color: 14794109.

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

Color convert

RGB 125 189 225 -
CMYK 0.44 0.16 0 0.12
HSL 201.6º 0.63% 0.69% -
HSV(B) 201.6º 0.44% 0.88% -
XYZ 40.25 46.19 78.03 -
YUV 173.97 156.8 93.07 -
System Red Green Blue C M Y K H S L
Decimal 125 189 225 0.44 0.16 0 0.12 201.6 0.63 0.69
Hex 7D BD E1 2C 10 0 C CA 3E 45
Octal 175 275 341 54 20 0 14 312 76 105
Binary 1111101 10111101 11100001 101100 10000 0 1100 11001010 111110 1000101

Color Harmonies of #7DBDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBDE1

Black with #7DBDE1

Text Example


Text Example

White with #7DBDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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