Html Css Color HEX #7ABDE1 Seagull

📋 copy color: '#7ABDE1'

red 122 ◦ green 189 ◦ blue 225

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

Shades of Seagull #7ABDE1

Tints of Seagull #7ABDE1

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.26%

 BLUE value IS 225 (88.28% from 255) = 41.98%

R = 22.76%
G = 35.26%
B = 41.98%

CMYK

 C value IS 0.46

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7ABDE1 (or 0x7ABDE1) is known color: Seagull. HEX triplet: 7A, BD and E1. RGB value is (122,189,225). Sum of RGB (Red+Green+Blue) = 122+189+225=536 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.76% from 536); Green value is 189 (74.22% from 255 or 35.26% from 536); Blue value is 225 (88.28% from 255 or 41.98% from 536); Max value from RGB is 225 - color contains mainly: blue. Hex color #7ABDE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABDE1 is #85421E. Grayscale: #ACACAC. Windows color (decimal): -8733215 or 14794106. OLE color: 14794106.

HSL color Cylindrical-coordinate representation of color #7ABDE1: hue angle of 200.97º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7ABDE1 is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 122 189 225 -
CMYK 0.46 0.16 0 0.12
HSL 200.97º 0.63% 0.68% -
HSV(B) 200.97º 0.46% 0.88% -
XYZ 39.81 45.97 78.01 -
YUV 173.07 157.3 91.57 -
System Red Green Blue C M Y K H S L
Decimal 122 189 225 0.46 0.16 0 0.12 200.97 0.63 0.68
Hex 7A BD E1 2E 10 0 C C9 3F 44
Octal 172 275 341 56 20 0 14 311 77 104
Binary 1111010 10111101 11100001 101110 10000 0 1100 11001001 111111 1000100

Color Harmonies of #7ABDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABDE1

Black with #7ABDE1

Text Example


Text Example

White with #7ABDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,189,225); }

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

background-color css

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

 a { background-color: rgb(122,189,225); }

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

border-color css

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

 span { border-color: rgb(122,189,225); }

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