Html Css Color HEX #7CBADF Seagull

📋 copy color: '#7CBADF'

red 124 ◦ green 186 ◦ blue 223

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

Shades of Seagull #7CBADF

Tints of Seagull #7CBADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.84%

R = 23.26%
G = 34.9%
B = 41.84%

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

#7CBADF (or 0x7CBADF) is known color: Seagull. HEX triplet: 7C, BA and DF. RGB value is (124,186,223). Sum of RGB (Red+Green+Blue) = 124+186+223=533 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.26% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: blue. Hex color #7CBADF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBADF is #834520. Grayscale: #ABABAB. Windows color (decimal): -8602913 or 14662268. OLE color: 14662268.

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

Color convert

RGB 124 186 223 -
CMYK 0.44 0.17 0 0.13
HSL 202.42º 0.61% 0.68% -
HSV(B) 202.42º 0.44% 0.87% -
XYZ 39.19 44.73 76.38 -
YUV 171.68 156.96 93.99 -
System Red Green Blue C M Y K H S L
Decimal 124 186 223 0.44 0.17 0 0.13 202.42 0.61 0.68
Hex 7C BA DF 2C 11 0 D CA 3D 44
Octal 174 272 337 54 21 0 15 312 75 104
Binary 1111100 10111010 11011111 101100 10001 0 1101 11001010 111101 1000100

Color Harmonies of #7CBADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBADF

Black with #7CBADF

Text Example


Text Example

White with #7CBADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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