Html Css Color HEX #7CB2C9 Seagull

📋 copy color: '#7CB2C9'

red 124 ◦ green 178 ◦ blue 201

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

Shades of Seagull #7CB2C9

Tints of Seagull #7CB2C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 39.96%

R = 24.65%
G = 35.39%
B = 39.96%

CMYK

 C value IS 0.38

 M value IS 0.11

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7CB2C9 (or 0x7CB2C9) is known color: Seagull. HEX triplet: 7C, B2 and C9. RGB value is (124,178,201). Sum of RGB (Red+Green+Blue) = 124+178+201=503 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.65% from 503); Green value is 178 (69.92% from 255 or 35.39% from 503); Blue value is 201 (78.91% from 255 or 39.96% from 503); Max value from RGB is 201 - color contains mainly: blue. Hex color #7CB2C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CB2C9 is #834D36. Grayscale: #A4A4A4. Windows color (decimal): -8604983 or 13218428. OLE color: 13218428.

HSL color Cylindrical-coordinate representation of color #7CB2C9: hue angle of 197.92º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7CB2C9 is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 124 178 201 -
CMYK 0.38 0.11 0 0.21
HSL 197.92º 0.42% 0.64% -
HSV(B) 197.92º 0.38% 0.79% -
XYZ 34.78 40.34 61.21 -
YUV 164.48 148.61 99.13 -
System Red Green Blue C M Y K H S L
Decimal 124 178 201 0.38 0.11 0 0.21 197.92 0.42 0.64
Hex 7C B2 C9 26 B 0 15 C6 2A 40
Octal 174 262 311 46 13 0 25 306 52 100
Binary 1111100 10110010 11001001 100110 1011 0 10101 11000110 101010 1000000

Color Harmonies of #7CB2C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB2C9

Black with #7CB2C9

Text Example


Text Example

White with #7CB2C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,178,201); }

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

background-color css

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

 a { background-color: rgb(124,178,201); }

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

border-color css

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

 span { border-color: rgb(124,178,201); }

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