#90BFCA

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

Shades of Regent St Blue #90BFCA

Tints of Regent St Blue #90BFCA

Color information

#90BFCA (or 0x90BFCA) is unknown color: approx Regent St Blue. HEX triplet: 90, BF and CA. RGB value is (144,191,202). Sum of RGB (Red+Green+Blue) = 144+191+202=537 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.82% from 537); Green value is 191 (75% from 255 or 35.57% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 202 - color contains mainly: blue. Hex color #90BFCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BFCA is #6F4035. Grayscale: #B2B2B2. Windows color (decimal): -7290934 or 13287312. OLE color: 13287312.

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

Color convert

RGB144191202-
CMYK0.290.0500.21
HSL191.38º35.37%67.84%-
HSV(B)191.38º28.71%79.22%-
XYZ40.7947.4662.89-
YUV178.2141.43103.61-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.82%
GREEN value IS 191 (75% from 255) = 35.57%
BLUE value IS 202 (79.30% from 255) = 37.62%
R=26.82%
G=35.57%
B=37.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1441912020.290.0500.21191.3835.3767.84
Hex90BFCA1D5015bf2344
Octal22027731235502527743104
Binary10010000101111111100101011101101010101101111111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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