#98CDDF

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

Shades of Regent St Blue #98CDDF

Tints of Regent St Blue #98CDDF

Color information

#98CDDF (or 0x98CDDF) is unknown color: approx Regent St Blue. HEX triplet: 98, CD and DF. RGB value is (152,205,223). Sum of RGB (Red+Green+Blue) = 152+205+223=580 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.21% from 580); Green value is 205 (80.47% from 255 or 35.34% from 580); Blue value is 223 (87.5% from 255 or 38.45% from 580); Max value from RGB is 223 - color contains mainly: blue. Hex color #98CDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CDDF is #673220. Grayscale: #BFBFBF. Windows color (decimal): -6763041 or 14667160. OLE color: 14667160.

HSL color Cylindrical-coordinate representation of color #98CDDF: hue angle of 195.21º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98CDDF is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB152205223-
CMYK0.320.0800.13
HSL195.21º52.59%73.53%-
HSV(B)195.21º31.84%87.45%-
XYZ48.155.6778.02-
YUV191.2145.94100.04-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.21%
GREEN value IS 205 (80.47% from 255) = 35.34%
BLUE value IS 223 (87.5% from 255) = 38.45%
R=26.21%
G=35.34%
B=38.45%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1522052230.320.0800.13195.2152.5973.53
Hex98CDDF2080Dc3354a
Octal230315337401001530365112
Binary100110001100110111011111100000100001101110000111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,205,223); }

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

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

 a { background-color: rgb(152,205,223); }

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

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

 span { border-color: rgb(152,205,223); }

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