Html Css Color HEX #7DB4CE Seagull

📋 copy color: '#7DB4CE'

red 125 ◦ green 180 ◦ blue 206

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

Shades of Seagull #7DB4CE

Tints of Seagull #7DB4CE

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.23%

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

R = 24.46%
G = 35.23%
B = 40.31%

CMYK

 C value IS 0.39

 M value IS 0.13

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7DB4CE (or 0x7DB4CE) is known color: Seagull. HEX triplet: 7D, B4 and CE. RGB value is (125,180,206). Sum of RGB (Red+Green+Blue) = 125+180+206=511 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.46% from 511); Green value is 180 (70.70% from 255 or 35.23% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 206 - color contains mainly: blue. Hex color #7DB4CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DB4CE is #824B31. Grayscale: #A6A6A6. Windows color (decimal): -8538930 or 13546621. OLE color: 13546621.

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

Color convert

RGB 125 180 206 -
CMYK 0.39 0.13 0 0.19
HSL 199.26º 0.45% 0.65% -
HSV(B) 199.26º 0.39% 0.81% -
XYZ 35.92 41.46 64.5 -
YUV 166.52 150.28 98.39 -
System Red Green Blue C M Y K H S L
Decimal 125 180 206 0.39 0.13 0 0.19 199.26 0.45 0.65
Hex 7D B4 CE 27 D 0 13 C7 2D 41
Octal 175 264 316 47 15 0 23 307 55 101
Binary 1111101 10110100 11001110 100111 1101 0 10011 11000111 101101 1000001

Color Harmonies of #7DB4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB4CE

Black with #7DB4CE

Text Example


Text Example

White with #7DB4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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