Html Css Color HEX #7DBDDE Seagull

📋 copy color: '#7DBDDE'

red 125 ◦ green 189 ◦ blue 222

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

Shades of Seagull #7DBDDE

Tints of Seagull #7DBDDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.42%

R = 23.32%
G = 35.26%
B = 41.42%

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

#7DBDDE (or 0x7DBDDE) is known color: Seagull. HEX triplet: 7D, BD and DE. RGB value is (125,189,222). Sum of RGB (Red+Green+Blue) = 125+189+222=536 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.32% from 536); Green value is 189 (74.22% from 255 or 35.26% from 536); Blue value is 222 (87.11% from 255 or 41.42% from 536); Max value from RGB is 222 - color contains mainly: blue. Hex color #7DBDDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBDDE is #824221. Grayscale: #ADADAD. Windows color (decimal): -8536610 or 14597501. OLE color: 14597501.

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

Color convert

RGB 125 189 222 -
CMYK 0.44 0.15 0 0.13
HSL 200.41º 0.6% 0.68% -
HSV(B) 200.41º 0.44% 0.87% -
XYZ 39.84 46.03 75.89 -
YUV 173.63 155.3 93.32 -
System Red Green Blue C M Y K H S L
Decimal 125 189 222 0.44 0.15 0 0.13 200.41 0.6 0.68
Hex 7D BD DE 2C F 0 D C8 3C 44
Octal 175 275 336 54 17 0 15 310 74 104
Binary 1111101 10111101 11011110 101100 1111 0 1101 11001000 111100 1000100

Color Harmonies of #7DBDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBDDE

Black with #7DBDDE

Text Example


Text Example

White with #7DBDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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