Html Css Color HEX #7DBEDB Seagull

📋 copy color: '#7DBEDB'

red 125 ◦ green 190 ◦ blue 219

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

Shades of Seagull #7DBEDB

Tints of Seagull #7DBEDB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.58%

 BLUE value IS 219 (85.94% from 255) = 41.01%

R = 23.41%
G = 35.58%
B = 41.01%

CMYK

 C value IS 0.43

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7DBEDB (or 0x7DBEDB) is known color: Seagull. HEX triplet: 7D, BE and DB. RGB value is (125,190,219). Sum of RGB (Red+Green+Blue) = 125+190+219=534 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.41% from 534); Green value is 190 (74.61% from 255 or 35.58% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #7DBEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBEDB is #824124. Grayscale: #ADADAD. Windows color (decimal): -8536357 or 14401149. OLE color: 14401149.

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

Color convert

RGB 125 190 219 -
CMYK 0.43 0.13 0 0.14
HSL 198.51º 0.57% 0.67% -
HSV(B) 198.51º 0.43% 0.86% -
XYZ 39.66 46.3 73.86 -
YUV 173.87 153.47 93.14 -
System Red Green Blue C M Y K H S L
Decimal 125 190 219 0.43 0.13 0 0.14 198.51 0.57 0.67
Hex 7D BE DB 2B D 0 E C7 39 43
Octal 175 276 333 53 15 0 16 307 71 103
Binary 1111101 10111110 11011011 101011 1101 0 1110 11000111 111001 1000011

Color Harmonies of #7DBEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBEDB

Black with #7DBEDB

Text Example


Text Example

White with #7DBEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,190,219); }

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

background-color css

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

 a { background-color: rgb(125,190,219); }

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

border-color css

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

 span { border-color: rgb(125,190,219); }

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