#90BECB

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

Shades of Regent St Blue #90BECB

Tints of Regent St Blue #90BECB

Color information

#90BECB (or 0x90BECB) is unknown color: approx Regent St Blue. HEX triplet: 90, BE and CB. RGB value is (144,190,203). Sum of RGB (Red+Green+Blue) = 144+190+203=537 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.82% from 537); Green value is 190 (74.61% from 255 or 35.38% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 203 - color contains mainly: blue. Hex color #90BECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BECB is #6F4134. Grayscale: #B1B1B1. Windows color (decimal): -7291189 or 13352592. OLE color: 13352592.

HSL color Cylindrical-coordinate representation of color #90BECB: hue angle of 193.22º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #90BECB is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB144190203-
CMYK0.290.0600.20
HSL193.22º36.2%68.04%-
HSV(B)193.22º29.06%79.61%-
XYZ40.6947.0763.44-
YUV177.73142.26103.94-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.82%
GREEN value IS 190 (74.61% from 255) = 35.38%
BLUE value IS 203 (79.69% from 255) = 37.80%
R=26.82%
G=35.38%
B=37.80%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1441902030.290.0600.20193.2236.268.04
Hex90BECB1D6014c12444
Octal22027631335602430144104
Binary10010000101111101100101111101110010100110000011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,190,203); }

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

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

 a { background-color: rgb(144,190,203); }

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

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

 span { border-color: rgb(144,190,203); }

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