#90c3ce

Color #90C3CE Regent St Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regent St Blue #90C3CE

Tints of Regent St Blue #90C3CE

Color information

#90C3CE (or 0x90C3CE) is unknown color: approx Regent St Blue. HEX triplet: 90, C3 and CE. RGB value is (144,195,206). Sum of RGB (Red+Green+Blue) = 144+195+206=545 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.42% from 545); Green value is 195 (76.56% from 255 or 35.78% from 545); Blue value is 206 (80.86% from 255 or 37.80% from 545); Max value from RGB is 206 - color contains mainly: blue. Hex color #90C3CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90C3CE is #6F3C31. Grayscale: #B4B4B4. Windows color (decimal): -7289906 or 13550480. OLE color: 13550480.

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

Color convert

RGB144195206-
CMYK0.300.0500.19
HSL190.65º38.75%68.63%-
HSV(B)190.65º30.1%80.78%-
XYZ42.1649.4265.71-
YUV181142.1101.61-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.42%
GREEN value IS 195 (76.56% from 255) = 35.78%
BLUE value IS 206 (80.86% from 255) = 37.80%
R=26.42%
G=35.78%
B=37.80%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1441952060.300.0500.19190.6538.7568.63
Hex90C3CE1E5013bf2745
Octal22030331636502327747105
Binary10010000110000111100111011110101010011101111111001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90c3ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #90c3ce;
 }
 .AnyTagClassName
 {
   color: #90c3ce;
 }
</style>
background-color css

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

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

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

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

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

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