#98BDCA

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

Shades of Regent St Blue #98BDCA

Tints of Regent St Blue #98BDCA

Color information

#98BDCA (or 0x98BDCA) is unknown color: approx Regent St Blue. HEX triplet: 98, BD and CA. RGB value is (152,189,202). Sum of RGB (Red+Green+Blue) = 152+189+202=543 (71% of max value = 765). Red value is 152 (59.77% from 255 or 27.99% from 543); Green value is 189 (74.22% from 255 or 34.81% from 543); Blue value is 202 (79.30% from 255 or 37.20% from 543); Max value from RGB is 202 - color contains mainly: blue. Hex color #98BDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BDCA is #674235. Grayscale: #B3B3B3. Windows color (decimal): -6767158 or 13286808. OLE color: 13286808.

HSL color Cylindrical-coordinate representation of color #98BDCA: hue angle of 195.6º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #98BDCA is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB152189202-
CMYK0.250.0600.21
HSL195.6º32.05%69.41%-
HSV(B)195.6º24.75%79.22%-
XYZ41.8147.3362.81-
YUV179.42140.74108.44-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.99%
GREEN value IS 189 (74.22% from 255) = 34.81%
BLUE value IS 202 (79.30% from 255) = 37.20%
R=27.99%
G=34.81%
B=37.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1521892020.250.0600.21195.632.0569.41
Hex98BDCA196015c42045
Octal23027531231602530440105
Binary10011000101111011100101011001110010101110001001000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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