Html Css Color HEX #90B5CE Polo Blue

📋 copy color: '#90B5CE'

red 144 ◦ green 181 ◦ blue 206

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

Shades of Polo Blue #90B5CE

Tints of Polo Blue #90B5CE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.09%

 BLUE value IS 206 (80.86% from 255) = 38.79%

R = 27.12%
G = 34.09%
B = 38.79%

CMYK

 C value IS 0.30

 M value IS 0.12

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#90B5CE (or 0x90B5CE) is known color: Polo Blue. HEX triplet: 90, B5 and CE. RGB value is (144,181,206). Sum of RGB (Red+Green+Blue) = 144+181+206=531 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.12% from 531); Green value is 181 (71.09% from 255 or 34.09% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 206 - color contains mainly: blue. Hex color #90B5CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90B5CE is #6F4A31. Grayscale: #ACACAC. Windows color (decimal): -7293490 or 13546896. OLE color: 13546896.

HSL color Cylindrical-coordinate representation of color #90B5CE: hue angle of 204.19º degrees, saturation: 0.39, 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 #90B5CE is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 144 181 206 -
CMYK 0.30 0.12 0 0.19
HSL 204.19º 0.39% 0.69% -
HSV(B) 204.19º 0.3% 0.81% -
XYZ 39.17 43.43 64.71 -
YUV 172.79 146.74 107.47 -
System Red Green Blue C M Y K H S L
Decimal 144 181 206 0.30 0.12 0 0.19 204.19 0.39 0.69
Hex 90 B5 CE 1E C 0 13 CC 27 45
Octal 220 265 316 36 14 0 23 314 47 105
Binary 10010000 10110101 11001110 11110 1100 0 10011 11001100 100111 1000101

Color Harmonies of #90B5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90B5CE

Black with #90B5CE

Text Example


Text Example

White with #90B5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,181,206); }

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

background-color css

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

 a { background-color: rgb(144,181,206); }

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

border-color css

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

 span { border-color: rgb(144,181,206); }

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