#90CFDB

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

Shades of Regent St Blue #90CFDB

Tints of Regent St Blue #90CFDB

Color information

#90CFDB (or 0x90CFDB) is unknown color: approx Regent St Blue. HEX triplet: 90, CF and DB. RGB value is (144,207,219). Sum of RGB (Red+Green+Blue) = 144+207+219=570 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.26% from 570); Green value is 207 (81.25% from 255 or 36.32% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 219 - color contains mainly: blue. Hex color #90CFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CFDB is #6F3024. Grayscale: #BDBDBD. Windows color (decimal): -7286821 or 14405520. OLE color: 14405520.

HSL color Cylindrical-coordinate representation of color #90CFDB: hue angle of 189.6º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90CFDB is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB144207219-
CMYK0.340.0500.14
HSL189.6º51.02%71.18%-
HSV(B)189.6º34.25%85.88%-
XYZ46.655.6775.31-
YUV189.53144.6395.52-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.26%
GREEN value IS 207 (81.25% from 255) = 36.32%
BLUE value IS 219 (85.94% from 255) = 38.42%
R=25.26%
G=36.32%
B=38.42%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1442072190.340.0500.14189.651.0271.18
Hex90CFDB2250Ebe3347
Octal22031733342501627663107
Binary10010000110011111101101110001010101110101111101100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,207,219); }

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

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

 a { background-color: rgb(144,207,219); }

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

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

 span { border-color: rgb(144,207,219); }

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