Html Css Color HEX #90B2CD Polo Blue

📋 copy color: '#90B2CD'

red 144 ◦ green 178 ◦ blue 205

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

Shades of Polo Blue #90B2CD

Tints of Polo Blue #90B2CD

RGB

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

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

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

R = 27.32%
G = 33.78%
B = 38.9%

CMYK

 C value IS 0.30

 M value IS 0.13

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#90B2CD (or 0x90B2CD) is known color: Polo Blue. HEX triplet: 90, B2 and CD. RGB value is (144,178,205). Sum of RGB (Red+Green+Blue) = 144+178+205=527 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.32% from 527); Green value is 178 (69.92% from 255 or 33.78% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 205 - color contains mainly: blue. Hex color #90B2CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90B2CD is #6F4D32. Grayscale: #AAAAAA. Windows color (decimal): -7294259 or 13480592. OLE color: 13480592.

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

Color convert

RGB 144 178 205 -
CMYK 0.30 0.13 0 0.20
HSL 206.56º 0.38% 0.68% -
HSV(B) 206.56º 0.3% 0.8% -
XYZ 38.44 42.18 63.87 -
YUV 170.91 147.24 108.8 -
System Red Green Blue C M Y K H S L
Decimal 144 178 205 0.30 0.13 0 0.20 206.56 0.38 0.68
Hex 90 B2 CD 1E D 0 14 CF 26 44
Octal 220 262 315 36 15 0 24 317 46 104
Binary 10010000 10110010 11001101 11110 1101 0 10100 11001111 100110 1000100

Color Harmonies of #90B2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90B2CD

Black with #90B2CD

Text Example


Text Example

White with #90B2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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