#98CBDB

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

Shades of Regent St Blue #98CBDB

Tints of Regent St Blue #98CBDB

Color information

#98CBDB (or 0x98CBDB) is unknown color: approx Regent St Blue. HEX triplet: 98, CB and DB. RGB value is (152,203,219). Sum of RGB (Red+Green+Blue) = 152+203+219=574 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.48% from 574); Green value is 203 (79.69% from 255 or 35.37% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 219 - color contains mainly: blue. Hex color #98CBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CBDB is #673424. Grayscale: #BDBDBD. Windows color (decimal): -6763557 or 14404504. OLE color: 14404504.

HSL color Cylindrical-coordinate representation of color #98CBDB: hue angle of 194.33º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98CBDB is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB152203219-
CMYK0.310.0700.14
HSL194.33º48.2%72.75%-
HSV(B)194.33º30.59%85.88%-
XYZ47.0954.575.06-
YUV189.58144.6101.2-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.48%
GREEN value IS 203 (79.69% from 255) = 35.37%
BLUE value IS 219 (85.94% from 255) = 38.15%
R=26.48%
G=35.37%
B=38.15%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1522032190.310.0700.14194.3348.272.75
Hex98CBDB1F70Ec23049
Octal23031333337701630260111
Binary1001100011001011110110111111111101110110000101100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,203,219); }

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

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

 a { background-color: rgb(152,203,219); }

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

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

 span { border-color: rgb(152,203,219); }

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