Html Css Color HEX #7CB5CE Seagull

📋 copy color: '#7CB5CE'

red 124 ◦ green 181 ◦ blue 206

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

Shades of Seagull #7CB5CE

Tints of Seagull #7CB5CE

RGB

 RED value IS 124 (48.83% from 255) = 24.27%

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

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

R = 24.27%
G = 35.42%
B = 40.31%

CMYK

 C value IS 0.40

 M value IS 0.12

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7CB5CE (or 0x7CB5CE) is known color: Seagull. HEX triplet: 7C, B5 and CE. RGB value is (124,181,206). Sum of RGB (Red+Green+Blue) = 124+181+206=511 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.27% from 511); Green value is 181 (71.09% from 255 or 35.42% 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 #7CB5CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CB5CE is #834A31. Grayscale: #A6A6A6. Windows color (decimal): -8604210 or 13546876. OLE color: 13546876.

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

Color convert

RGB 124 181 206 -
CMYK 0.40 0.12 0 0.19
HSL 198.29º 0.46% 0.65% -
HSV(B) 198.29º 0.4% 0.81% -
XYZ 35.98 41.79 64.56 -
YUV 166.81 150.12 97.47 -
System Red Green Blue C M Y K H S L
Decimal 124 181 206 0.40 0.12 0 0.19 198.29 0.46 0.65
Hex 7C B5 CE 28 C 0 13 C6 2E 41
Octal 174 265 316 50 14 0 23 306 56 101
Binary 1111100 10110101 11001110 101000 1100 0 10011 11000110 101110 1000001

Color Harmonies of #7CB5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB5CE

Black with #7CB5CE

Text Example


Text Example

White with #7CB5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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