Html Css Color HEX #7CB9CC Seagull

📋 copy color: '#7CB9CC'

red 124 ◦ green 185 ◦ blue 204

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

Shades of Seagull #7CB9CC

Tints of Seagull #7CB9CC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.06%

 BLUE value IS 204 (80.08% from 255) = 39.77%

R = 24.17%
G = 36.06%
B = 39.77%

CMYK

 C value IS 0.39

 M value IS 0.09

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7CB9CC (or 0x7CB9CC) is known color: Seagull. HEX triplet: 7C, B9 and CC. RGB value is (124,185,204). Sum of RGB (Red+Green+Blue) = 124+185+204=513 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.17% from 513); Green value is 185 (72.66% from 255 or 36.06% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 204 - color contains mainly: blue. Hex color #7CB9CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CB9CC is #834633. Grayscale: #A8A8A8. Windows color (decimal): -8603188 or 13416828. OLE color: 13416828.

HSL color Cylindrical-coordinate representation of color #7CB9CC: hue angle of 194.25º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7CB9CC is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 124 185 204 -
CMYK 0.39 0.09 0 0.2
HSL 194.25º 0.44% 0.64% -
HSV(B) 194.25º 0.39% 0.8% -
XYZ 36.56 43.34 63.57 -
YUV 168.93 147.79 95.96 -
System Red Green Blue C M Y K H S L
Decimal 124 185 204 0.39 0.09 0 0.2 194.25 0.44 0.64
Hex 7C B9 CC 27 9 0 14 C2 2C 40
Octal 174 271 314 47 11 0 24 302 54 100
Binary 1111100 10111001 11001100 100111 1001 0 10100 11000010 101100 1000000

Color Harmonies of #7CB9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB9CC

Black with #7CB9CC

Text Example


Text Example

White with #7CB9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,185,204); }

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

background-color css

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

 a { background-color: rgb(124,185,204); }

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

border-color css

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

 span { border-color: rgb(124,185,204); }

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