Html Css Color HEX #98CBD5 Regent St Blue

📋 copy color: '#98CBD5'

red 152 ◦ green 203 ◦ blue 213

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

Shades of Regent St Blue #98CBD5

Tints of Regent St Blue #98CBD5

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.74%

 BLUE value IS 213 (83.59% from 255) = 37.5%

R = 26.76%
G = 35.74%
B = 37.5%

CMYK

 C value IS 0.29

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#98CBD5 (or 0x98CBD5) is known color: Regent St Blue. HEX triplet: 98, CB and D5. RGB value is (152,203,213). Sum of RGB (Red+Green+Blue) = 152+203+213=568 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.76% from 568); Green value is 203 (79.69% from 255 or 35.74% from 568); Blue value is 213 (83.59% from 255 or 37.5% from 568); Max value from RGB is 213 - color contains mainly: blue. Hex color #98CBD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CBD5 is #67342A. Grayscale: #BCBCBC. Windows color (decimal): -6763563 or 14011288. OLE color: 14011288.

HSL color Cylindrical-coordinate representation of color #98CBD5: hue angle of 189.84º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #98CBD5 is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 152 203 213 -
CMYK 0.29 0.05 0 0.16
HSL 189.84º 0.42% 0.72% -
HSV(B) 189.84º 0.29% 0.84% -
XYZ 46.32 54.19 70.97 -
YUV 188.89 141.6 101.69 -
System Red Green Blue C M Y K H S L
Decimal 152 203 213 0.29 0.05 0 0.16 189.84 0.42 0.72
Hex 98 CB D5 1D 5 0 10 BE 2A 48
Octal 230 313 325 35 5 0 20 276 52 110
Binary 10011000 11001011 11010101 11101 101 0 10000 10111110 101010 1001000

Color Harmonies of #98CBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CBD5

Black with #98CBD5

Text Example


Text Example

White with #98CBD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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