Html Css Color HEX #7DBEDF Seagull

📋 copy color: '#7DBEDF'

red 125 ◦ green 190 ◦ blue 223

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

Shades of Seagull #7DBEDF

Tints of Seagull #7DBEDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.45%

R = 23.23%
G = 35.32%
B = 41.45%

CMYK

 C value IS 0.44

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7DBEDF (or 0x7DBEDF) is known color: Seagull. HEX triplet: 7D, BE and DF. RGB value is (125,190,223). Sum of RGB (Red+Green+Blue) = 125+190+223=538 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.23% from 538); Green value is 190 (74.61% from 255 or 35.32% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #7DBEDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBEDF is #824120. Grayscale: #AEAEAE. Windows color (decimal): -8536353 or 14663293. OLE color: 14663293.

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

Color convert

RGB 125 190 223 -
CMYK 0.44 0.15 0 0.13
HSL 200.2º 0.6% 0.68% -
HSV(B) 200.2º 0.44% 0.87% -
XYZ 40.19 46.51 76.67 -
YUV 174.33 155.47 92.82 -
System Red Green Blue C M Y K H S L
Decimal 125 190 223 0.44 0.15 0 0.13 200.2 0.6 0.68
Hex 7D BE DF 2C F 0 D C8 3C 44
Octal 175 276 337 54 17 0 15 310 74 104
Binary 1111101 10111110 11011111 101100 1111 0 1101 11001000 111100 1000100

Color Harmonies of #7DBEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBEDF

Black with #7DBEDF

Text Example


Text Example

White with #7DBEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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