Html Css Color HEX #7DBCDB Seagull

📋 copy color: '#7DBCDB'

red 125 ◦ green 188 ◦ blue 219

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

Shades of Seagull #7DBCDB

Tints of Seagull #7DBCDB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.34%

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

R = 23.5%
G = 35.34%
B = 41.17%

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

#7DBCDB (or 0x7DBCDB) is known color: Seagull. HEX triplet: 7D, BC and DB. RGB value is (125,188,219). Sum of RGB (Red+Green+Blue) = 125+188+219=532 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.50% from 532); Green value is 188 (73.83% from 255 or 35.34% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #7DBCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBCDB is #824324. Grayscale: #ACACAC. Windows color (decimal): -8536869 or 14400637. OLE color: 14400637.

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

Color convert

RGB 125 188 219 -
CMYK 0.43 0.14 0 0.14
HSL 199.79º 0.57% 0.67% -
HSV(B) 199.79º 0.43% 0.86% -
XYZ 39.23 45.44 73.72 -
YUV 172.7 154.13 93.98 -
System Red Green Blue C M Y K H S L
Decimal 125 188 219 0.43 0.14 0 0.14 199.79 0.57 0.67
Hex 7D BC DB 2B E 0 E C8 39 43
Octal 175 274 333 53 16 0 16 310 71 103
Binary 1111101 10111100 11011011 101011 1110 0 1110 11001000 111001 1000011

Color Harmonies of #7DBCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBCDB

Black with #7DBCDB

Text Example


Text Example

White with #7DBCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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