#90CBDA

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

Shades of Regent St Blue #90CBDA

Tints of Regent St Blue #90CBDA

Color information

#90CBDA (or 0x90CBDA) is unknown color: approx Regent St Blue. HEX triplet: 90, CB and DA. RGB value is (144,203,218). Sum of RGB (Red+Green+Blue) = 144+203+218=565 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.49% from 565); Green value is 203 (79.69% from 255 or 35.93% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 218 - color contains mainly: blue. Hex color #90CBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CBDA is #6F3425. Grayscale: #BABABA. Windows color (decimal): -7287846 or 14338960. OLE color: 14338960.

HSL color Cylindrical-coordinate representation of color #90CBDA: hue angle of 192.16º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90CBDA is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB144203218-
CMYK0.340.0700.15
HSL192.16º50%70.98%-
HSV(B)192.16º33.94%85.49%-
XYZ45.5153.774.3-
YUV187.07145.4597.28-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.49%
GREEN value IS 203 (79.69% from 255) = 35.93%
BLUE value IS 218 (85.55% from 255) = 38.58%
R=25.49%
G=35.93%
B=38.58%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1442032180.340.0700.15192.165070.98
Hex90CBDA2270Fc03247
Octal22031333242701730062107
Binary10010000110010111101101010001011101111110000001100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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