#98C3CD

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

Shades of Regent St Blue #98C3CD

Tints of Regent St Blue #98C3CD

Color information

#98C3CD (or 0x98C3CD) is unknown color: approx Regent St Blue. HEX triplet: 98, C3 and CD. RGB value is (152,195,205). Sum of RGB (Red+Green+Blue) = 152+195+205=552 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.54% from 552); Green value is 195 (76.56% from 255 or 35.33% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 205 - color contains mainly: blue. Hex color #98C3CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98C3CD is #673C32. Grayscale: #B7B7B7. Windows color (decimal): -6765619 or 13484952. OLE color: 13484952.

HSL color Cylindrical-coordinate representation of color #98C3CD: hue angle of 191.32º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #98C3CD is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB152195205-
CMYK0.260.0500.20
HSL191.32º34.64%70%-
HSV(B)191.32º25.85%80.39%-
XYZ43.4850.1165.14-
YUV183.28140.25105.69-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.54%
GREEN value IS 195 (76.56% from 255) = 35.33%
BLUE value IS 205 (80.47% from 255) = 37.14%
R=27.54%
G=35.33%
B=37.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1521952050.260.0500.20191.3234.6470
Hex98C3CD1A5014bf2346
Octal23030331532502427743106
Binary10011000110000111100110111010101010100101111111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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