Html Css Color HEX #7CB9CF Seagull

📋 copy color: '#7CB9CF'

red 124 ◦ green 185 ◦ blue 207

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

Shades of Seagull #7CB9CF

Tints of Seagull #7CB9CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.12%

R = 24.03%
G = 35.85%
B = 40.12%

CMYK

 C value IS 0.40

 M value IS 0.11

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7CB9CF (or 0x7CB9CF) is known color: Seagull. HEX triplet: 7C, B9 and CF. RGB value is (124,185,207). Sum of RGB (Red+Green+Blue) = 124+185+207=516 (68% of max value = 765). Red value is 124 (48.83% from 255 or 24.03% from 516); Green value is 185 (72.66% from 255 or 35.85% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 207 - color contains mainly: blue. Hex color #7CB9CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CB9CF is #834630. Grayscale: #A9A9A9. Windows color (decimal): -8603185 or 13613436. OLE color: 13613436.

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

Color convert

RGB 124 185 207 -
CMYK 0.40 0.11 0 0.19
HSL 195.9º 0.46% 0.65% -
HSV(B) 195.9º 0.4% 0.81% -
XYZ 36.92 43.49 65.48 -
YUV 169.27 149.29 95.71 -
System Red Green Blue C M Y K H S L
Decimal 124 185 207 0.40 0.11 0 0.19 195.9 0.46 0.65
Hex 7C B9 CF 28 B 0 13 C4 2E 41
Octal 174 271 317 50 13 0 23 304 56 101
Binary 1111100 10111001 11001111 101000 1011 0 10011 11000100 101110 1000001

Color Harmonies of #7CB9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB9CF

Black with #7CB9CF

Text Example


Text Example

White with #7CB9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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