Html Css Color HEX #98C3CE Regent St Blue

📋 copy color: '#98C3CE'

red 152 ◦ green 195 ◦ blue 206

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

Shades of Regent St Blue #98C3CE

Tints of Regent St Blue #98C3CE

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.26%

 BLUE value IS 206 (80.86% from 255) = 37.25%

R = 27.49%
G = 35.26%
B = 37.25%

CMYK

 C value IS 0.26

 M value IS 0.05

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#98C3CE (or 0x98C3CE) is known color: Regent St Blue. HEX triplet: 98, C3 and CE. RGB value is (152,195,206). Sum of RGB (Red+Green+Blue) = 152+195+206=553 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.49% from 553); Green value is 195 (76.56% from 255 or 35.26% from 553); Blue value is 206 (80.86% from 255 or 37.25% from 553); Max value from RGB is 206 - color contains mainly: blue. Hex color #98C3CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98C3CE is #673C31. Grayscale: #B7B7B7. Windows color (decimal): -6765618 or 13550488. OLE color: 13550488.

HSL color Cylindrical-coordinate representation of color #98C3CE: hue angle of 192.22º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #98C3CE is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 152 195 206 -
CMYK 0.26 0.05 0 0.19
HSL 192.22º 0.36% 0.7% -
HSV(B) 192.22º 0.26% 0.81% -
XYZ 43.6 50.16 65.78 -
YUV 183.4 140.75 105.61 -
System Red Green Blue C M Y K H S L
Decimal 152 195 206 0.26 0.05 0 0.19 192.22 0.36 0.7
Hex 98 C3 CE 1A 5 0 13 C0 24 46
Octal 230 303 316 32 5 0 23 300 44 106
Binary 10011000 11000011 11001110 11010 101 0 10011 11000000 100100 1000110

Color Harmonies of #98C3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C3CE

Black with #98C3CE

Text Example


Text Example

White with #98C3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,195,206); }

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

background-color css

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

 a { background-color: rgb(152,195,206); }

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

border-color css

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

 span { border-color: rgb(152,195,206); }

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