Html Css Color HEX #7CBADD Seagull

📋 copy color: '#7CBADD'

red 124 ◦ green 186 ◦ blue 221

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

Shades of Seagull #7CBADD

Tints of Seagull #7CBADD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.03%

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

R = 23.35%
G = 35.03%
B = 41.62%

CMYK

 C value IS 0.44

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7CBADD (or 0x7CBADD) is known color: Seagull. HEX triplet: 7C, BA and DD. RGB value is (124,186,221). Sum of RGB (Red+Green+Blue) = 124+186+221=531 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.35% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #7CBADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBADD is #834522. Grayscale: #ABABAB. Windows color (decimal): -8602915 or 14531196. OLE color: 14531196.

HSL color Cylindrical-coordinate representation of color #7CBADD: hue angle of 201.65º 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 #7CBADD is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 124 186 221 -
CMYK 0.44 0.16 0 0.13
HSL 201.65º 0.59% 0.68% -
HSV(B) 201.65º 0.44% 0.87% -
XYZ 38.92 44.62 74.97 -
YUV 171.45 155.96 94.15 -
System Red Green Blue C M Y K H S L
Decimal 124 186 221 0.44 0.16 0 0.13 201.65 0.59 0.68
Hex 7C BA DD 2C 10 0 D CA 3B 44
Octal 174 272 335 54 20 0 15 312 73 104
Binary 1111100 10111010 11011101 101100 10000 0 1101 11001010 111011 1000100

Color Harmonies of #7CBADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBADD

Black with #7CBADD

Text Example


Text Example

White with #7CBADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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