Html Css Color HEX #90BCCD Seagull

📋 copy color: '#90BCCD'

red 144 ◦ green 188 ◦ blue 205

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

Shades of Seagull #90BCCD

Tints of Seagull #90BCCD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.01%

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

R = 26.82%
G = 35.01%
B = 38.18%

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

#90BCCD (or 0x90BCCD) is known color: Seagull. HEX triplet: 90, BC and CD. RGB value is (144,188,205). Sum of RGB (Red+Green+Blue) = 144+188+205=537 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.82% from 537); Green value is 188 (73.83% from 255 or 35.01% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 205 - color contains mainly: blue. Hex color #90BCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BCCD is #6F4332. Grayscale: #B0B0B0. Windows color (decimal): -7291699 or 13483152. OLE color: 13483152.

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

Color convert

RGB 144 188 205 -
CMYK 0.30 0.08 0 0.20
HSL 196.72º 0.38% 0.68% -
HSV(B) 196.72º 0.3% 0.8% -
XYZ 40.5 46.3 64.56 -
YUV 176.78 143.92 104.62 -
System Red Green Blue C M Y K H S L
Decimal 144 188 205 0.30 0.08 0 0.20 196.72 0.38 0.68
Hex 90 BC CD 1E 8 0 14 C5 26 44
Octal 220 274 315 36 10 0 24 305 46 104
Binary 10010000 10111100 11001101 11110 1000 0 10100 11000101 100110 1000100

Color Harmonies of #90BCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BCCD

Black with #90BCCD

Text Example


Text Example

White with #90BCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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