Html Css Color HEX #98CDD7 Regent St Blue

📋 copy color: '#98CDD7'

red 152 ◦ green 205 ◦ blue 215

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

Shades of Regent St Blue #98CDD7

Tints of Regent St Blue #98CDD7

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.84%

 BLUE value IS 215 (84.38% from 255) = 37.59%

R = 26.57%
G = 35.84%
B = 37.59%

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

#98CDD7 (or 0x98CDD7) is known color: Regent St Blue. HEX triplet: 98, CD and D7. RGB value is (152,205,215). Sum of RGB (Red+Green+Blue) = 152+205+215=572 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.57% from 572); Green value is 205 (80.47% from 255 or 35.84% from 572); Blue value is 215 (84.38% from 255 or 37.59% from 572); Max value from RGB is 215 - color contains mainly: blue. Hex color #98CDD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CDD7 is #673228. Grayscale: #BEBEBE. Windows color (decimal): -6763049 or 14142872. OLE color: 14142872.

HSL color Cylindrical-coordinate representation of color #98CDD7: hue angle of 189.52º degrees, saturation: 0.44, 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 #98CDD7 is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 152 205 215 -
CMYK 0.29 0.05 0 0.16
HSL 189.52º 0.44% 0.72% -
HSV(B) 189.52º 0.29% 0.84% -
XYZ 47.05 55.24 72.47 -
YUV 190.29 141.94 100.69 -
System Red Green Blue C M Y K H S L
Decimal 152 205 215 0.29 0.05 0 0.16 189.52 0.44 0.72
Hex 98 CD D7 1D 5 0 10 BE 2C 48
Octal 230 315 327 35 5 0 20 276 54 110
Binary 10011000 11001101 11010111 11101 101 0 10000 10111110 101100 1001000

Color Harmonies of #98CDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CDD7

Black with #98CDD7

Text Example


Text Example

White with #98CDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,205,215); }

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

background-color css

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

 a { background-color: rgb(152,205,215); }

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

border-color css

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

 span { border-color: rgb(152,205,215); }

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