Html Css Color HEX #90B2DE Polo Blue

📋 copy color: '#90B2DE'

red 144 ◦ green 178 ◦ blue 222

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

Shades of Polo Blue #90B2DE

Tints of Polo Blue #90B2DE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.72%

 BLUE value IS 222 (87.11% from 255) = 40.81%

R = 26.47%
G = 32.72%
B = 40.81%

CMYK

 C value IS 0.35

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#90B2DE (or 0x90B2DE) is known color: Polo Blue. HEX triplet: 90, B2 and DE. RGB value is (144,178,222). Sum of RGB (Red+Green+Blue) = 144+178+222=544 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.47% from 544); Green value is 178 (69.92% from 255 or 32.72% from 544); Blue value is 222 (87.11% from 255 or 40.81% from 544); Max value from RGB is 222 - color contains mainly: blue. Hex color #90B2DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90B2DE is #6F4D21. Grayscale: #ACACAC. Windows color (decimal): -7294242 or 14594704. OLE color: 14594704.

HSL color Cylindrical-coordinate representation of color #90B2DE: hue angle of 213.85º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90B2DE is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 144 178 222 -
CMYK 0.35 0.20 0 0.13
HSL 213.85º 0.54% 0.72% -
HSV(B) 213.85º 0.35% 0.87% -
XYZ 40.61 43.04 75.28 -
YUV 172.85 155.74 107.42 -
System Red Green Blue C M Y K H S L
Decimal 144 178 222 0.35 0.20 0 0.13 213.85 0.54 0.72
Hex 90 B2 DE 23 14 0 D D6 36 48
Octal 220 262 336 43 24 0 15 326 66 110
Binary 10010000 10110010 11011110 100011 10100 0 1101 11010110 110110 1001000

Color Harmonies of #90B2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90B2DE

Black with #90B2DE

Text Example


Text Example

White with #90B2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,178,222); }

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

background-color css

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

 a { background-color: rgb(144,178,222); }

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

border-color css

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

 span { border-color: rgb(144,178,222); }

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