#98CED7

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

Shades of Regent St Blue #98CED7

Tints of Regent St Blue #98CED7

Color information

#98CED7 (or 0x98CED7) is unknown color: approx Regent St Blue. HEX triplet: 98, CE and D7. RGB value is (152,206,215). Sum of RGB (Red+Green+Blue) = 152+206+215=573 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.53% from 573); Green value is 206 (80.86% from 255 or 35.95% from 573); Blue value is 215 (84.38% from 255 or 37.52% from 573); Max value from RGB is 215 - color contains mainly: blue. Hex color #98CED7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CED7 is #673128. Grayscale: #BEBEBE. Windows color (decimal): -6762793 or 14143128. OLE color: 14143128.

HSL color Cylindrical-coordinate representation of color #98CED7: hue angle of 188.57º 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 #98CED7 is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB152206215-
CMYK0.290.0400.16
HSL188.57º44.06%71.96%-
HSV(B)188.57º29.3%84.31%-
XYZ47.2955.7272.55-
YUV190.88141.61100.27-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.53%
GREEN value IS 206 (80.86% from 255) = 35.95%
BLUE value IS 215 (84.38% from 255) = 37.52%
R=26.53%
G=35.95%
B=37.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1522062150.290.0400.16188.5744.0671.96
Hex98CED71D4010bd2c48
Octal23031632735402027554110
Binary10011000110011101101011111101100010000101111011011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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