#98CFDE

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

Shades of Regent St Blue #98CFDE

Tints of Regent St Blue #98CFDE

Color information

#98CFDE (or 0x98CFDE) is unknown color: approx Regent St Blue. HEX triplet: 98, CF and DE. RGB value is (152,207,222). Sum of RGB (Red+Green+Blue) = 152+207+222=581 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.16% from 581); Green value is 207 (81.25% from 255 or 35.63% from 581); Blue value is 222 (87.11% from 255 or 38.21% from 581); Max value from RGB is 222 - color contains mainly: blue. Hex color #98CFDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CFDE is #673021. Grayscale: #C0C0C0. Windows color (decimal): -6762530 or 14602136. OLE color: 14602136.

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

Color convert

RGB152207222-
CMYK0.320.0700.13
HSL192.86º51.47%73.33%-
HSV(B)192.86º31.53%87.06%-
XYZ48.4556.5777.47-
YUV192.26144.7899.28-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.16%
GREEN value IS 207 (81.25% from 255) = 35.63%
BLUE value IS 222 (87.11% from 255) = 38.21%
R=26.16%
G=35.63%
B=38.21%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1522072220.320.0700.13192.8651.4773.33
Hex98CFDE2070Dc13349
Octal23031733640701530163111
Binary10011000110011111101111010000011101101110000011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,207,222); }

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

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

 a { background-color: rgb(152,207,222); }

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

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

 span { border-color: rgb(152,207,222); }

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