Html Css Color HEX #7CB7DD Seagull

📋 copy color: '#7CB7DD'

red 124 ◦ green 183 ◦ blue 221

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

Shades of Seagull #7CB7DD

Tints of Seagull #7CB7DD

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.66%

 BLUE value IS 221 (86.72% from 255) = 41.86%

R = 23.48%
G = 34.66%
B = 41.86%

CMYK

 C value IS 0.44

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7CB7DD (or 0x7CB7DD) is known color: Seagull. HEX triplet: 7C, B7 and DD. RGB value is (124,183,221). Sum of RGB (Red+Green+Blue) = 124+183+221=528 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.48% from 528); Green value is 183 (71.88% from 255 or 34.66% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #7CB7DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CB7DD is #834822. Grayscale: #A9A9A9. Windows color (decimal): -8603683 or 14530428. OLE color: 14530428.

HSL color Cylindrical-coordinate representation of color #7CB7DD: hue angle of 203.51º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CB7DD is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 124 183 221 -
CMYK 0.44 0.17 0 0.13
HSL 203.51º 0.59% 0.68% -
HSV(B) 203.51º 0.44% 0.87% -
XYZ 38.3 43.37 74.76 -
YUV 169.69 156.95 95.41 -
System Red Green Blue C M Y K H S L
Decimal 124 183 221 0.44 0.17 0 0.13 203.51 0.59 0.68
Hex 7C B7 DD 2C 11 0 D CC 3B 44
Octal 174 267 335 54 21 0 15 314 73 104
Binary 1111100 10110111 11011101 101100 10001 0 1101 11001100 111011 1000100

Color Harmonies of #7CB7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB7DD

Black with #7CB7DD

Text Example


Text Example

White with #7CB7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,183,221); }

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

background-color css

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

 a { background-color: rgb(124,183,221); }

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

border-color css

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

 span { border-color: rgb(124,183,221); }

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