Html Css Color HEX #7CB0D3 Seagull

📋 copy color: '#7CB0D3'

red 124 ◦ green 176 ◦ blue 211

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

Shades of Seagull #7CB0D3

Tints of Seagull #7CB0D3

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.44%

 BLUE value IS 211 (82.81% from 255) = 41.29%

R = 24.27%
G = 34.44%
B = 41.29%

CMYK

 C value IS 0.41

 M value IS 0.17

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#7CB0D3 (or 0x7CB0D3) is known color: Seagull. HEX triplet: 7C, B0 and D3. RGB value is (124,176,211). Sum of RGB (Red+Green+Blue) = 124+176+211=511 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.27% from 511); Green value is 176 (69.14% from 255 or 34.44% from 511); Blue value is 211 (82.81% from 255 or 41.29% from 511); Max value from RGB is 211 - color contains mainly: blue. Hex color #7CB0D3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CB0D3 is #834F2C. Grayscale: #A4A4A4. Windows color (decimal): -8605485 or 13873276. OLE color: 13873276.

HSL color Cylindrical-coordinate representation of color #7CB0D3: hue angle of 204.14º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7CB0D3 is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 124 176 211 -
CMYK 0.41 0.17 0 0.17
HSL 204.14º 0.5% 0.66% -
HSV(B) 204.14º 0.41% 0.83% -
XYZ 35.6 40.04 67.48 -
YUV 164.44 154.27 99.15 -
System Red Green Blue C M Y K H S L
Decimal 124 176 211 0.41 0.17 0 0.17 204.14 0.5 0.66
Hex 7C B0 D3 29 11 0 11 CC 32 42
Octal 174 260 323 51 21 0 21 314 62 102
Binary 1111100 10110000 11010011 101001 10001 0 10001 11001100 110010 1000010

Color Harmonies of #7CB0D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB0D3

Black with #7CB0D3

Text Example


Text Example

White with #7CB0D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,176,211); }

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

background-color css

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

 a { background-color: rgb(124,176,211); }

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

border-color css

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

 span { border-color: rgb(124,176,211); }

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