Html Css Color HEX #90B6CE Polo Blue

📋 copy color: '#90B6CE'

red 144 ◦ green 182 ◦ blue 206

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

Shades of Polo Blue #90B6CE

Tints of Polo Blue #90B6CE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.21%

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

R = 27.07%
G = 34.21%
B = 38.72%

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

#90B6CE (or 0x90B6CE) is known color: Polo Blue. HEX triplet: 90, B6 and CE. RGB value is (144,182,206). Sum of RGB (Red+Green+Blue) = 144+182+206=532 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.07% from 532); Green value is 182 (71.48% from 255 or 34.21% from 532); Blue value is 206 (80.86% from 255 or 38.72% from 532); Max value from RGB is 206 - color contains mainly: blue. Hex color #90B6CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90B6CE is #6F4931. Grayscale: #ADADAD. Windows color (decimal): -7293234 or 13547152. OLE color: 13547152.

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

Color convert

RGB 144 182 206 -
CMYK 0.30 0.12 0 0.19
HSL 203.23º 0.39% 0.69% -
HSV(B) 203.23º 0.3% 0.81% -
XYZ 39.37 43.84 64.78 -
YUV 173.37 146.41 107.05 -
System Red Green Blue C M Y K H S L
Decimal 144 182 206 0.30 0.12 0 0.19 203.23 0.39 0.69
Hex 90 B6 CE 1E C 0 13 CB 27 45
Octal 220 266 316 36 14 0 23 313 47 105
Binary 10010000 10110110 11001110 11110 1100 0 10011 11001011 100111 1000101

Color Harmonies of #90B6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90B6CE

Black with #90B6CE

Text Example


Text Example

White with #90B6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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