#98CFDA

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

Shades of Regent St Blue #98CFDA

Tints of Regent St Blue #98CFDA

Color information

#98CFDA (or 0x98CFDA) is unknown color: approx Regent St Blue. HEX triplet: 98, CF and DA. RGB value is (152,207,218). Sum of RGB (Red+Green+Blue) = 152+207+218=577 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.34% from 577); Green value is 207 (81.25% from 255 or 35.88% from 577); Blue value is 218 (85.55% from 255 or 37.78% from 577); Max value from RGB is 218 - color contains mainly: blue. Hex color #98CFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CFDA is #673025. Grayscale: #BFBFBF. Windows color (decimal): -6762534 or 14339992. OLE color: 14339992.

HSL color Cylindrical-coordinate representation of color #98CFDA: hue angle of 190º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98CFDA is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB152207218-
CMYK0.300.0500.15
HSL190º47.14%72.55%-
HSV(B)190º30.28%85.49%-
XYZ47.9256.3674.68-
YUV191.81142.7899.61-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.34%
GREEN value IS 207 (81.25% from 255) = 35.88%
BLUE value IS 218 (85.55% from 255) = 37.78%
R=26.34%
G=35.88%
B=37.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1522072180.300.0500.1519047.1472.55
Hex98CFDA1E50Fbe2f49
Octal23031733236501727657111
Binary1001100011001111110110101111010101111101111101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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