Html Css Color HEX #7ABEDF Seagull

📋 copy color: '#7ABEDF'

red 122 ◦ green 190 ◦ blue 223

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

Shades of Seagull #7ABEDF

Tints of Seagull #7ABEDF

RGB

 RED value IS 122 (48.05% from 255) = 22.8%

 GREEN value IS 190 (74.61% from 255) = 35.51%

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

R = 22.8%
G = 35.51%
B = 41.68%

CMYK

 C value IS 0.45

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7ABEDF (or 0x7ABEDF) is known color: Seagull. HEX triplet: 7A, BE and DF. RGB value is (122,190,223). Sum of RGB (Red+Green+Blue) = 122+190+223=535 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.80% from 535); Green value is 190 (74.61% from 255 or 35.51% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #7ABEDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABEDF is #854120. Grayscale: #ADADAD. Windows color (decimal): -8732961 or 14663290. OLE color: 14663290.

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

Color convert

RGB 122 190 223 -
CMYK 0.45 0.15 0 0.13
HSL 199.6º 0.61% 0.68% -
HSV(B) 199.6º 0.45% 0.87% -
XYZ 39.76 46.29 76.65 -
YUV 173.43 155.97 91.32 -
System Red Green Blue C M Y K H S L
Decimal 122 190 223 0.45 0.15 0 0.13 199.6 0.61 0.68
Hex 7A BE DF 2D F 0 D C8 3D 44
Octal 172 276 337 55 17 0 15 310 75 104
Binary 1111010 10111110 11011111 101101 1111 0 1101 11001000 111101 1000100

Color Harmonies of #7ABEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABEDF

Black with #7ABEDF

Text Example


Text Example

White with #7ABEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,190,223); }

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

background-color css

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

 a { background-color: rgb(122,190,223); }

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

border-color css

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

 span { border-color: rgb(122,190,223); }

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