Html Css Color HEX #98D2DC Regent St Blue

📋 copy color: '#98D2DC'

red 152 ◦ green 210 ◦ blue 220

#98D2DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Regent St Blue #98D2DC

Tints of Regent St Blue #98D2DC

RGB

 RED value IS 152 (59.77% from 255) = 26.12%

 GREEN value IS 210 (82.42% from 255) = 36.08%

 BLUE value IS 220 (86.33% from 255) = 37.8%

R = 26.12%
G = 36.08%
B = 37.8%

CMYK

 C value IS 0.31

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#98D2DC (or 0x98D2DC) is known color: Regent St Blue. HEX triplet: 98, D2 and DC. RGB value is (152,210,220). Sum of RGB (Red+Green+Blue) = 152+210+220=582 (77% of max value = 765). Red value is 152 (59.77% from 255 or 26.12% from 582); Green value is 210 (82.42% from 255 or 36.08% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 220 - color contains mainly: blue. Hex color #98D2DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D2DC is #672D23. Grayscale: #C1C1C1. Windows color (decimal): -6761764 or 14471832. OLE color: 14471832.

HSL color Cylindrical-coordinate representation of color #98D2DC: hue angle of 188.82º degrees, saturation: 0.49, 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 #98D2DC is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 210 220 -
CMYK 0.31 0.05 0 0.14
HSL 188.82º 0.49% 0.73% -
HSV(B) 188.82º 0.31% 0.86% -
XYZ 48.91 57.94 76.31 -
YUV 193.8 142.78 98.19 -
System Red Green Blue C M Y K H S L
Decimal 152 210 220 0.31 0.05 0 0.14 188.82 0.49 0.73
Hex 98 D2 DC 1F 5 0 E BD 31 49
Octal 230 322 334 37 5 0 16 275 61 111
Binary 10011000 11010010 11011100 11111 101 0 1110 10111101 110001 1001001

Color Harmonies of #98D2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D2DC

Black with #98D2DC

Text Example


Text Example

White with #98D2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,210,220); }

 H1.HeaderClassName
 {
   color: #98D2DC;
 }
 .AnyTagClassName
 {
   color: #98D2DC;
 }
</style>

background-color css

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

 a { background-color: rgb(152,210,220); }

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

border-color css

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

 span { border-color: rgb(152,210,220); }

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