#98CAD5

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

Shades of Regent St Blue #98CAD5

Tints of Regent St Blue #98CAD5

Color information

#98CAD5 (or 0x98CAD5) is unknown color: approx Regent St Blue. HEX triplet: 98, CA and D5. RGB value is (152,202,213). Sum of RGB (Red+Green+Blue) = 152+202+213=567 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.81% from 567); Green value is 202 (79.30% from 255 or 35.63% from 567); Blue value is 213 (83.59% from 255 or 37.57% from 567); Max value from RGB is 213 - color contains mainly: blue. Hex color #98CAD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CAD5 is #67352A. Grayscale: #BCBCBC. Windows color (decimal): -6763819 or 14011032. OLE color: 14011032.

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

Color convert

RGB152202213-
CMYK0.290.0500.16
HSL190.82º42.07%71.57%-
HSV(B)190.82º28.64%83.53%-
XYZ46.0853.7270.89-
YUV188.3141.94102.11-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.81%
GREEN value IS 202 (79.30% from 255) = 35.63%
BLUE value IS 213 (83.59% from 255) = 37.57%
R=26.81%
G=35.63%
B=37.57%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1522022130.290.0500.16190.8242.0771.57
Hex98CAD51D5010bf2a48
Octal23031232535502027752110
Binary10011000110010101101010111101101010000101111111010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,202,213); }

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

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

 a { background-color: rgb(152,202,213); }

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

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

 span { border-color: rgb(152,202,213); }

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