Html Css Color HEX #7CB6DC Seagull

📋 copy color: '#7CB6DC'

red 124 ◦ green 182 ◦ blue 220

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

Shades of Seagull #7CB6DC

Tints of Seagull #7CB6DC

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.6%

 BLUE value IS 220 (86.33% from 255) = 41.83%

R = 23.57%
G = 34.6%
B = 41.83%

CMYK

 C value IS 0.44

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7CB6DC (or 0x7CB6DC) is known color: Seagull. HEX triplet: 7C, B6 and DC. RGB value is (124,182,220). Sum of RGB (Red+Green+Blue) = 124+182+220=526 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.57% from 526); Green value is 182 (71.48% from 255 or 34.60% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 220 - color contains mainly: blue. Hex color #7CB6DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CB6DC is #834923. Grayscale: #A8A8A8. Windows color (decimal): -8603940 or 14464636. OLE color: 14464636.

HSL color Cylindrical-coordinate representation of color #7CB6DC: hue angle of 203.75º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CB6DC is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 124 182 220 -
CMYK 0.44 0.17 0 0.14
HSL 203.75º 0.58% 0.67% -
HSV(B) 203.75º 0.44% 0.86% -
XYZ 37.96 42.91 73.99 -
YUV 168.99 156.78 95.91 -
System Red Green Blue C M Y K H S L
Decimal 124 182 220 0.44 0.17 0 0.14 203.75 0.58 0.67
Hex 7C B6 DC 2C 11 0 E CC 3A 43
Octal 174 266 334 54 21 0 16 314 72 103
Binary 1111100 10110110 11011100 101100 10001 0 1110 11001100 111010 1000011

Color Harmonies of #7CB6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB6DC

Black with #7CB6DC

Text Example


Text Example

White with #7CB6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,182,220); }

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

background-color css

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

 a { background-color: rgb(124,182,220); }

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

border-color css

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

 span { border-color: rgb(124,182,220); }

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