Html Css Color HEX #98CDDD Regent St Blue

📋 copy color: '#98CDDD'

red 152 ◦ green 205 ◦ blue 221

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

Shades of Regent St Blue #98CDDD

Tints of Regent St Blue #98CDDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.24%

R = 26.3%
G = 35.47%
B = 38.24%

CMYK

 C value IS 0.31

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#98CDDD (or 0x98CDDD) is known color: Regent St Blue. HEX triplet: 98, CD and DD. RGB value is (152,205,221). Sum of RGB (Red+Green+Blue) = 152+205+221=578 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.30% from 578); Green value is 205 (80.47% from 255 or 35.47% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 221 - color contains mainly: blue. Hex color #98CDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CDDD is #673222. Grayscale: #BEBEBE. Windows color (decimal): -6763043 or 14536088. OLE color: 14536088.

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

Color convert

RGB 152 205 221 -
CMYK 0.31 0.07 0 0.13
HSL 193.91º 0.5% 0.73% -
HSV(B) 193.91º 0.31% 0.87% -
XYZ 47.83 55.56 76.61 -
YUV 190.98 144.94 100.2 -
System Red Green Blue C M Y K H S L
Decimal 152 205 221 0.31 0.07 0 0.13 193.91 0.5 0.73
Hex 98 CD DD 1F 7 0 D C2 32 49
Octal 230 315 335 37 7 0 15 302 62 111
Binary 10011000 11001101 11011101 11111 111 0 1101 11000010 110010 1001001

Color Harmonies of #98CDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CDDD

Black with #98CDDD

Text Example


Text Example

White with #98CDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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