#90BECA

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

Shades of Regent St Blue #90BECA

Tints of Regent St Blue #90BECA

Color information

#90BECA (or 0x90BECA) is unknown color: approx Regent St Blue. HEX triplet: 90, BE and CA. RGB value is (144,190,202). Sum of RGB (Red+Green+Blue) = 144+190+202=536 (70% of max value = 765). Red value is 144 (56.64% from 255 or 26.87% from 536); Green value is 190 (74.61% from 255 or 35.45% from 536); Blue value is 202 (79.30% from 255 or 37.69% from 536); Max value from RGB is 202 - color contains mainly: blue. Hex color #90BECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BECA is #6F4135. Grayscale: #B1B1B1. Windows color (decimal): -7291190 or 13287056. OLE color: 13287056.

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

Color convert

RGB144190202-
CMYK0.290.0600.21
HSL192.41º35.37%67.84%-
HSV(B)192.41º28.71%79.22%-
XYZ40.5847.0262.81-
YUV177.61141.76104.02-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.87%
GREEN value IS 190 (74.61% from 255) = 35.45%
BLUE value IS 202 (79.30% from 255) = 37.69%
R=26.87%
G=35.45%
B=37.69%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1441902020.290.0600.21192.4135.3767.84
Hex90BECA1D6015c02344
Octal22027631235602530043104
Binary10010000101111101100101011101110010101110000001000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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