#98CBDF

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

Shades of Regent St Blue #98CBDF

Tints of Regent St Blue #98CBDF

Color information

#98CBDF (or 0x98CBDF) is unknown color: approx Regent St Blue. HEX triplet: 98, CB and DF. RGB value is (152,203,223). Sum of RGB (Red+Green+Blue) = 152+203+223=578 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.30% from 578); Green value is 203 (79.69% from 255 or 35.12% from 578); Blue value is 223 (87.5% from 255 or 38.58% from 578); Max value from RGB is 223 - color contains mainly: blue. Hex color #98CBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CBDF is #673420. Grayscale: #BDBDBD. Windows color (decimal): -6763553 or 14666648. OLE color: 14666648.

HSL color Cylindrical-coordinate representation of color #98CBDF: hue angle of 196.9º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98CBDF is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB152203223-
CMYK0.320.0900.13
HSL196.9º52.59%73.53%-
HSV(B)196.9º31.84%87.45%-
XYZ47.6254.7177.86-
YUV190.03146.6100.87-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.30%
GREEN value IS 203 (79.69% from 255) = 35.12%
BLUE value IS 223 (87.5% from 255) = 38.58%
R=26.30%
G=35.12%
B=38.58%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1522032230.320.0900.13196.952.5973.53
Hex98CBDF2090Dc5354a
Octal230313337401101530565112
Binary100110001100101111011111100000100101101110001011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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