Html Css Color HEX #90BDCB Seagull

📋 copy color: '#90BDCB'

red 144 ◦ green 189 ◦ blue 203

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

Shades of Seagull #90BDCB

Tints of Seagull #90BDCB

RGB

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

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

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

R = 26.87%
G = 35.26%
B = 37.87%

CMYK

 C value IS 0.29

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#90BDCB (or 0x90BDCB) is known color: Seagull. HEX triplet: 90, BD and CB. RGB value is (144,189,203). Sum of RGB (Red+Green+Blue) = 144+189+203=536 (70% of max value = 765). Red value is 144 (56.64% from 255 or 26.87% from 536); Green value is 189 (74.22% from 255 or 35.26% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 203 - color contains mainly: blue. Hex color #90BDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BDCB is #6F4234. Grayscale: #B1B1B1. Windows color (decimal): -7291445 or 13352336. OLE color: 13352336.

HSL color Cylindrical-coordinate representation of color #90BDCB: hue angle of 194.24º 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 #90BDCB is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 144 189 203 -
CMYK 0.29 0.07 0 0.20
HSL 194.24º 0.36% 0.68% -
HSV(B) 194.24º 0.29% 0.8% -
XYZ 40.48 46.64 63.37 -
YUV 177.14 142.59 104.36 -
System Red Green Blue C M Y K H S L
Decimal 144 189 203 0.29 0.07 0 0.20 194.24 0.36 0.68
Hex 90 BD CB 1D 7 0 14 C2 24 44
Octal 220 275 313 35 7 0 24 302 44 104
Binary 10010000 10111101 11001011 11101 111 0 10100 11000010 100100 1000100

Color Harmonies of #90BDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BDCB

Black with #90BDCB

Text Example


Text Example

White with #90BDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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