Html Css Color HEX #7DB5CE Seagull

📋 copy color: '#7DB5CE'

red 125 ◦ green 181 ◦ blue 206

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

Shades of Seagull #7DB5CE

Tints of Seagull #7DB5CE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.35%

 BLUE value IS 206 (80.86% from 255) = 40.23%

R = 24.41%
G = 35.35%
B = 40.23%

CMYK

 C value IS 0.39

 M value IS 0.12

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7DB5CE (or 0x7DB5CE) is known color: Seagull. HEX triplet: 7D, B5 and CE. RGB value is (125,181,206). Sum of RGB (Red+Green+Blue) = 125+181+206=512 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.41% from 512); Green value is 181 (71.09% from 255 or 35.35% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 206 - color contains mainly: blue. Hex color #7DB5CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DB5CE is #824A31. Grayscale: #A6A6A6. Windows color (decimal): -8538674 or 13546877. OLE color: 13546877.

HSL color Cylindrical-coordinate representation of color #7DB5CE: hue angle of 198.52º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DB5CE is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 181 206 -
CMYK 0.39 0.12 0 0.19
HSL 198.52º 0.45% 0.65% -
HSV(B) 198.52º 0.39% 0.81% -
XYZ 36.12 41.86 64.57 -
YUV 167.11 149.95 97.97 -
System Red Green Blue C M Y K H S L
Decimal 125 181 206 0.39 0.12 0 0.19 198.52 0.45 0.65
Hex 7D B5 CE 27 C 0 13 C7 2D 41
Octal 175 265 316 47 14 0 23 307 55 101
Binary 1111101 10110101 11001110 100111 1100 0 10011 11000111 101101 1000001

Color Harmonies of #7DB5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB5CE

Black with #7DB5CE

Text Example


Text Example

White with #7DB5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,181,206); }

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

background-color css

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

 a { background-color: rgb(125,181,206); }

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

border-color css

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

 span { border-color: rgb(125,181,206); }

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