Html Css Color HEX #90BBCF Seagull

📋 copy color: '#90BBCF'

red 144 ◦ green 187 ◦ blue 207

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

Shades of Seagull #90BBCF

Tints of Seagull #90BBCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.48%

R = 26.77%
G = 34.76%
B = 38.48%

CMYK

 C value IS 0.30

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#90BBCF (or 0x90BBCF) is known color: Seagull. HEX triplet: 90, BB and CF. RGB value is (144,187,207). Sum of RGB (Red+Green+Blue) = 144+187+207=538 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.77% from 538); Green value is 187 (73.44% from 255 or 34.76% from 538); Blue value is 207 (81.25% from 255 or 38.48% from 538); Max value from RGB is 207 - color contains mainly: blue. Hex color #90BBCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BBCF is #6F4430. Grayscale: #B0B0B0. Windows color (decimal): -7291953 or 13613968. OLE color: 13613968.

HSL color Cylindrical-coordinate representation of color #90BBCF: hue angle of 199.05º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90BBCF is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 144 187 207 -
CMYK 0.30 0.10 0 0.19
HSL 199.05º 0.4% 0.69% -
HSV(B) 199.05º 0.3% 0.81% -
XYZ 40.53 45.97 65.77 -
YUV 176.42 145.25 104.87 -
System Red Green Blue C M Y K H S L
Decimal 144 187 207 0.30 0.10 0 0.19 199.05 0.4 0.69
Hex 90 BB CF 1E A 0 13 C7 28 45
Octal 220 273 317 36 12 0 23 307 50 105
Binary 10010000 10111011 11001111 11110 1010 0 10011 11000111 101000 1000101

Color Harmonies of #90BBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BBCF

Black with #90BBCF

Text Example


Text Example

White with #90BBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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