Html Css Color HEX #7DBDDB Seagull

📋 copy color: '#7DBDDB'

red 125 ◦ green 189 ◦ blue 219

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

Shades of Seagull #7DBDDB

Tints of Seagull #7DBDDB

RGB

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

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

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

R = 23.45%
G = 35.46%
B = 41.09%

CMYK

 C value IS 0.43

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7DBDDB (or 0x7DBDDB) is known color: Seagull. HEX triplet: 7D, BD and DB. RGB value is (125,189,219). Sum of RGB (Red+Green+Blue) = 125+189+219=533 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.45% from 533); Green value is 189 (74.22% from 255 or 35.46% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #7DBDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBDDB is #824224. Grayscale: #ADADAD. Windows color (decimal): -8536613 or 14400893. OLE color: 14400893.

HSL color Cylindrical-coordinate representation of color #7DBDDB: hue angle of 199.15º 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 #7DBDDB is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 125 189 219 -
CMYK 0.43 0.14 0 0.14
HSL 199.15º 0.57% 0.67% -
HSV(B) 199.15º 0.43% 0.86% -
XYZ 39.44 45.87 73.79 -
YUV 173.28 153.8 93.56 -
System Red Green Blue C M Y K H S L
Decimal 125 189 219 0.43 0.14 0 0.14 199.15 0.57 0.67
Hex 7D BD DB 2B E 0 E C7 39 43
Octal 175 275 333 53 16 0 16 307 71 103
Binary 1111101 10111101 11011011 101011 1110 0 1110 11000111 111001 1000011

Color Harmonies of #7DBDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBDDB

Black with #7DBDDB

Text Example


Text Example

White with #7DBDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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