Html Css Color HEX #90BACE Seagull

📋 copy color: '#90BACE'

red 144 ◦ green 186 ◦ blue 206

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

Shades of Seagull #90BACE

Tints of Seagull #90BACE

RGB

 RED value IS 144 (56.64% from 255) = 26.87%

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

 BLUE value IS 206 (80.86% from 255) = 38.43%

R = 26.87%
G = 34.7%
B = 38.43%

CMYK

 C value IS 0.30

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#90BACE (or 0x90BACE) is known color: Seagull. HEX triplet: 90, BA and CE. RGB value is (144,186,206). Sum of RGB (Red+Green+Blue) = 144+186+206=536 (70% of max value = 765). Red value is 144 (56.64% from 255 or 26.87% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 206 (80.86% from 255 or 38.43% from 536); Max value from RGB is 206 - color contains mainly: blue. Hex color #90BACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BACE is #6F4531. Grayscale: #AFAFAF. Windows color (decimal): -7292210 or 13548176. OLE color: 13548176.

HSL color Cylindrical-coordinate representation of color #90BACE: hue angle of 199.35º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90BACE is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 144 186 206 -
CMYK 0.30 0.10 0 0.19
HSL 199.35º 0.39% 0.69% -
HSV(B) 199.35º 0.3% 0.81% -
XYZ 40.2 45.5 65.06 -
YUV 175.72 145.09 105.37 -
System Red Green Blue C M Y K H S L
Decimal 144 186 206 0.30 0.10 0 0.19 199.35 0.39 0.69
Hex 90 BA CE 1E A 0 13 C7 27 45
Octal 220 272 316 36 12 0 23 307 47 105
Binary 10010000 10111010 11001110 11110 1010 0 10011 11000111 100111 1000101

Color Harmonies of #90BACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BACE

Black with #90BACE

Text Example


Text Example

White with #90BACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90BACE; }

 p { color: rgb(144,186,206); }

 H1.HeaderClassName
 {
   color: #90BACE;
 }
 .AnyTagClassName
 {
   color: #90BACE;
 }
</style>

background-color css

<style>
 a { background-color: #90BACE; }

 a { background-color: rgb(144,186,206); }

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

border-color css

<style>
 span { border-color: #90BACE; }

 span { border-color: rgb(144,186,206); }

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