Html Css Color HEX #7DBAE0 Seagull

📋 copy color: '#7DBAE0'

red 125 ◦ green 186 ◦ blue 224

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

Shades of Seagull #7DBAE0

Tints of Seagull #7DBAE0

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.77%

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

R = 23.36%
G = 34.77%
B = 41.87%

CMYK

 C value IS 0.44

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7DBAE0 (or 0x7DBAE0) is known color: Seagull. HEX triplet: 7D, BA and E0. RGB value is (125,186,224). Sum of RGB (Red+Green+Blue) = 125+186+224=535 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.36% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 224 (87.89% from 255 or 41.87% from 535); Max value from RGB is 224 - color contains mainly: blue. Hex color #7DBAE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBAE0 is #82451F. Grayscale: #ABABAB. Windows color (decimal): -8537376 or 14727805. OLE color: 14727805.

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

Color convert

RGB 125 186 224 -
CMYK 0.44 0.17 0 0.12
HSL 203.03º 0.61% 0.68% -
HSV(B) 203.03º 0.44% 0.88% -
XYZ 39.47 44.86 77.1 -
YUV 172.09 157.29 94.41 -
System Red Green Blue C M Y K H S L
Decimal 125 186 224 0.44 0.17 0 0.12 203.03 0.61 0.68
Hex 7D BA E0 2C 11 0 C CB 3D 44
Octal 175 272 340 54 21 0 14 313 75 104
Binary 1111101 10111010 11100000 101100 10001 0 1100 11001011 111101 1000100

Color Harmonies of #7DBAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBAE0

Black with #7DBAE0

Text Example


Text Example

White with #7DBAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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