Html Css Color HEX #7DB2CE Seagull

📋 copy color: '#7DB2CE'

red 125 ◦ green 178 ◦ blue 206

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

Shades of Seagull #7DB2CE

Tints of Seagull #7DB2CE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.97%

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

R = 24.56%
G = 34.97%
B = 40.47%

CMYK

 C value IS 0.39

 M value IS 0.14

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7DB2CE (or 0x7DB2CE) is known color: Seagull. HEX triplet: 7D, B2 and CE. RGB value is (125,178,206). Sum of RGB (Red+Green+Blue) = 125+178+206=509 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.56% from 509); Green value is 178 (69.92% from 255 or 34.97% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 206 - color contains mainly: blue. Hex color #7DB2CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DB2CE is #824D31. Grayscale: #A5A5A5. Windows color (decimal): -8539442 or 13546109. OLE color: 13546109.

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

Color convert

RGB 125 178 206 -
CMYK 0.39 0.14 0 0.19
HSL 200.74º 0.45% 0.65% -
HSV(B) 200.74º 0.39% 0.81% -
XYZ 35.52 40.66 64.37 -
YUV 165.35 150.94 99.22 -
System Red Green Blue C M Y K H S L
Decimal 125 178 206 0.39 0.14 0 0.19 200.74 0.45 0.65
Hex 7D B2 CE 27 E 0 13 C9 2D 41
Octal 175 262 316 47 16 0 23 311 55 101
Binary 1111101 10110010 11001110 100111 1110 0 10011 11001001 101101 1000001

Color Harmonies of #7DB2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB2CE

Black with #7DB2CE

Text Example


Text Example

White with #7DB2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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