Html Css Color HEX #90BBCA Seagull

📋 copy color: '#90BBCA'

red 144 ◦ green 187 ◦ blue 202

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

Shades of Seagull #90BBCA

Tints of Seagull #90BBCA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.08%

 BLUE value IS 202 (79.3% from 255) = 37.9%

R = 27.02%
G = 35.08%
B = 37.9%

CMYK

 C value IS 0.29

 M value IS 0.07

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#90BBCA (or 0x90BBCA) is known color: Seagull. HEX triplet: 90, BB and CA. RGB value is (144,187,202). Sum of RGB (Red+Green+Blue) = 144+187+202=533 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.02% from 533); Green value is 187 (73.44% from 255 or 35.08% from 533); Blue value is 202 (79.30% from 255 or 37.90% from 533); Max value from RGB is 202 - color contains mainly: blue. Hex color #90BBCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BBCA is #6F4435. Grayscale: #AFAFAF. Windows color (decimal): -7291958 or 13286288. OLE color: 13286288.

HSL color Cylindrical-coordinate representation of color #90BBCA: hue angle of 195.52º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #90BBCA is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 144 187 202 -
CMYK 0.29 0.07 0 0.21
HSL 195.52º 0.35% 0.68% -
HSV(B) 195.52º 0.29% 0.79% -
XYZ 39.93 45.73 62.6 -
YUV 175.85 142.75 105.28 -
System Red Green Blue C M Y K H S L
Decimal 144 187 202 0.29 0.07 0 0.21 195.52 0.35 0.68
Hex 90 BB CA 1D 7 0 15 C4 23 44
Octal 220 273 312 35 7 0 25 304 43 104
Binary 10010000 10111011 11001010 11101 111 0 10101 11000100 100011 1000100

Color Harmonies of #90BBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BBCA

Black with #90BBCA

Text Example


Text Example

White with #90BBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,187,202); }

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

background-color css

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

 a { background-color: rgb(144,187,202); }

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

border-color css

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

 span { border-color: rgb(144,187,202); }

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