Html Css Color HEX #90BDCD Seagull

📋 copy color: '#90BDCD'

red 144 ◦ green 189 ◦ blue 205

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

Shades of Seagull #90BDCD

Tints of Seagull #90BDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.1%

R = 26.77%
G = 35.13%
B = 38.1%

CMYK

 C value IS 0.30

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#90BDCD (or 0x90BDCD) is known color: Seagull. HEX triplet: 90, BD and CD. RGB value is (144,189,205). Sum of RGB (Red+Green+Blue) = 144+189+205=538 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.77% from 538); Green value is 189 (74.22% from 255 or 35.13% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 205 - color contains mainly: blue. Hex color #90BDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BDCD is #6F4232. Grayscale: #B1B1B1. Windows color (decimal): -7291443 or 13483408. OLE color: 13483408.

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

Color convert

RGB 144 189 205 -
CMYK 0.30 0.08 0 0.20
HSL 195.74º 0.38% 0.68% -
HSV(B) 195.74º 0.3% 0.8% -
XYZ 40.72 46.73 64.63 -
YUV 177.37 143.59 104.2 -
System Red Green Blue C M Y K H S L
Decimal 144 189 205 0.30 0.08 0 0.20 195.74 0.38 0.68
Hex 90 BD CD 1E 8 0 14 C4 26 44
Octal 220 275 315 36 10 0 24 304 46 104
Binary 10010000 10111101 11001101 11110 1000 0 10100 11000100 100110 1000100

Color Harmonies of #90BDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BDCD

Black with #90BDCD

Text Example


Text Example

White with #90BDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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