Html Css Color HEX #90BACB Seagull

📋 copy color: '#90BACB'

red 144 ◦ green 186 ◦ blue 203

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

Shades of Seagull #90BACB

Tints of Seagull #90BACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.09%

R = 27.02%
G = 34.9%
B = 38.09%

CMYK

 C value IS 0.29

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#90BACB (or 0x90BACB) is known color: Seagull. HEX triplet: 90, BA and CB. RGB value is (144,186,203). Sum of RGB (Red+Green+Blue) = 144+186+203=533 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.02% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 203 (79.69% from 255 or 38.09% from 533); Max value from RGB is 203 - color contains mainly: blue. Hex color #90BACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BACB is #6F4534. Grayscale: #AFAFAF. Windows color (decimal): -7292213 or 13351568. OLE color: 13351568.

HSL color Cylindrical-coordinate representation of color #90BACB: hue angle of 197.29º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #90BACB is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 144 186 203 -
CMYK 0.29 0.08 0 0.20
HSL 197.29º 0.36% 0.68% -
HSV(B) 197.29º 0.29% 0.8% -
XYZ 39.84 45.36 63.16 -
YUV 175.38 143.59 105.62 -
System Red Green Blue C M Y K H S L
Decimal 144 186 203 0.29 0.08 0 0.20 197.29 0.36 0.68
Hex 90 BA CB 1D 8 0 14 C5 24 44
Octal 220 272 313 35 10 0 24 305 44 104
Binary 10010000 10111010 11001011 11101 1000 0 10100 11000101 100100 1000100

Color Harmonies of #90BACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BACB

Black with #90BACB

Text Example


Text Example

White with #90BACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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