#98CFDD

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

Shades of Regent St Blue #98CFDD

Tints of Regent St Blue #98CFDD

Color information

#98CFDD (or 0x98CFDD) is unknown color: approx Regent St Blue. HEX triplet: 98, CF and DD. RGB value is (152,207,221). Sum of RGB (Red+Green+Blue) = 152+207+221=580 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.21% from 580); Green value is 207 (81.25% from 255 or 35.69% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 221 - color contains mainly: blue. Hex color #98CFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CFDD is #673022. Grayscale: #C0C0C0. Windows color (decimal): -6762531 or 14536600. OLE color: 14536600.

HSL color Cylindrical-coordinate representation of color #98CFDD: hue angle of 192.17º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98CFDD is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB152207221-
CMYK0.310.0600.13
HSL192.17º50.36%73.14%-
HSV(B)192.17º31.22%86.67%-
XYZ48.3156.5276.77-
YUV192.15144.2899.36-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.21%
GREEN value IS 207 (81.25% from 255) = 35.69%
BLUE value IS 221 (86.72% from 255) = 38.10%
R=26.21%
G=35.69%
B=38.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1522072210.310.0600.13192.1750.3673.14
Hex98CFDD1F60Dc03249
Octal23031733537601530062111
Binary1001100011001111110111011111111001101110000001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98CFDD; }

 p { color: rgb(152,207,221); }

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

<style>
 a { background-color: #98CFDD; }

 a { background-color: rgb(152,207,221); }

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

<style>
 span { border-color: #98CFDD; }

 span { border-color: rgb(152,207,221); }

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