#98C3D7

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

Shades of Regent St Blue #98C3D7

Tints of Regent St Blue #98C3D7

Color information

#98C3D7 (or 0x98C3D7) is unknown color: approx Regent St Blue. HEX triplet: 98, C3 and D7. RGB value is (152,195,215). Sum of RGB (Red+Green+Blue) = 152+195+215=562 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.05% from 562); Green value is 195 (76.56% from 255 or 34.70% from 562); Blue value is 215 (84.38% from 255 or 38.26% from 562); Max value from RGB is 215 - color contains mainly: blue. Hex color #98C3D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98C3D7 is #673C28. Grayscale: #B8B8B8. Windows color (decimal): -6765609 or 14140312. OLE color: 14140312.

HSL color Cylindrical-coordinate representation of color #98C3D7: hue angle of 199.05º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #98C3D7 is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB152195215-
CMYK0.290.0900.16
HSL199.05º44.06%71.96%-
HSV(B)199.05º29.3%84.31%-
XYZ44.7350.6171.7-
YUV184.42145.25104.87-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.05%
GREEN value IS 195 (76.56% from 255) = 34.70%
BLUE value IS 215 (84.38% from 255) = 38.26%
R=27.05%
G=34.70%
B=38.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1521952150.290.0900.16199.0544.0671.96
Hex98C3D71D9010c72c48
Octal230303327351102030754110
Binary100110001100001111010111111011001010000110001111011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C3D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,195,215); }

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

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

 a { background-color: rgb(152,195,215); }

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

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

 span { border-color: rgb(152,195,215); }

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