Html Css Color HEX #7BC0DE Seagull

📋 copy color: '#7BC0DE'

red 123 ◦ green 192 ◦ blue 222

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

Shades of Seagull #7BC0DE

Tints of Seagull #7BC0DE

RGB

 RED value IS 123 (48.44% from 255) = 22.91%

 GREEN value IS 192 (75.39% from 255) = 35.75%

 BLUE value IS 222 (87.11% from 255) = 41.34%

R = 22.91%
G = 35.75%
B = 41.34%

CMYK

 C value IS 0.45

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7BC0DE (or 0x7BC0DE) is known color: Seagull. HEX triplet: 7B, C0 and DE. RGB value is (123,192,222). Sum of RGB (Red+Green+Blue) = 123+192+222=537 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.91% from 537); Green value is 192 (75.39% from 255 or 35.75% from 537); Blue value is 222 (87.11% from 255 or 41.34% from 537); Max value from RGB is 222 - color contains mainly: blue. Hex color #7BC0DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BC0DE is #843F21. Grayscale: #AEAEAE. Windows color (decimal): -8666914 or 14598267. OLE color: 14598267.

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

Color convert

RGB 123 192 222 -
CMYK 0.45 0.14 0 0.13
HSL 198.18º 0.6% 0.68% -
HSV(B) 198.18º 0.45% 0.87% -
XYZ 40.2 47.18 76.1 -
YUV 174.79 154.64 91.06 -
System Red Green Blue C M Y K H S L
Decimal 123 192 222 0.45 0.14 0 0.13 198.18 0.6 0.68
Hex 7B C0 DE 2D E 0 D C6 3C 44
Octal 173 300 336 55 16 0 15 306 74 104
Binary 1111011 11000000 11011110 101101 1110 0 1101 11000110 111100 1000100

Color Harmonies of #7BC0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BC0DE

Black with #7BC0DE

Text Example


Text Example

White with #7BC0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,192,222); }

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

background-color css

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

 a { background-color: rgb(123,192,222); }

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

border-color css

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

 span { border-color: rgb(123,192,222); }

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