Html Css Color HEX #7CBADB Seagull

📋 copy color: '#7CBADB'

red 124 ◦ green 186 ◦ blue 219

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

Shades of Seagull #7CBADB

Tints of Seagull #7CBADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.4%

R = 23.44%
G = 35.16%
B = 41.4%

CMYK

 C value IS 0.43

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7CBADB (or 0x7CBADB) is known color: Seagull. HEX triplet: 7C, BA and DB. RGB value is (124,186,219). Sum of RGB (Red+Green+Blue) = 124+186+219=529 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.44% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #7CBADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBADB is #834524. Grayscale: #ABABAB. Windows color (decimal): -8602917 or 14400124. OLE color: 14400124.

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

Color convert

RGB 124 186 219 -
CMYK 0.43 0.15 0 0.14
HSL 200.84º 0.57% 0.67% -
HSV(B) 200.84º 0.43% 0.86% -
XYZ 38.66 44.52 73.57 -
YUV 171.22 154.96 94.32 -
System Red Green Blue C M Y K H S L
Decimal 124 186 219 0.43 0.15 0 0.14 200.84 0.57 0.67
Hex 7C BA DB 2B F 0 E C9 39 43
Octal 174 272 333 53 17 0 16 311 71 103
Binary 1111100 10111010 11011011 101011 1111 0 1110 11001001 111001 1000011

Color Harmonies of #7CBADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBADB

Black with #7CBADB

Text Example


Text Example

White with #7CBADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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