Html Css Color HEX #98CCDE Regent St Blue

📋 copy color: '#98CCDE'

red 152 ◦ green 204 ◦ blue 222

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

Shades of Regent St Blue #98CCDE

Tints of Regent St Blue #98CCDE

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.29%

 BLUE value IS 222 (87.11% from 255) = 38.41%

R = 26.3%
G = 35.29%
B = 38.41%

CMYK

 C value IS 0.32

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#98CCDE (or 0x98CCDE) is known color: Regent St Blue. HEX triplet: 98, CC and DE. RGB value is (152,204,222). Sum of RGB (Red+Green+Blue) = 152+204+222=578 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.30% from 578); Green value is 204 (80.08% from 255 or 35.29% from 578); Blue value is 222 (87.11% from 255 or 38.41% from 578); Max value from RGB is 222 - color contains mainly: blue. Hex color #98CCDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CCDE is #673321. Grayscale: #BEBEBE. Windows color (decimal): -6763298 or 14601368. OLE color: 14601368.

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

Color convert

RGB 152 204 222 -
CMYK 0.32 0.08 0 0.13
HSL 195.43º 0.51% 0.73% -
HSV(B) 195.43º 0.32% 0.87% -
XYZ 47.73 55.14 77.23 -
YUV 190.5 145.77 100.54 -
System Red Green Blue C M Y K H S L
Decimal 152 204 222 0.32 0.08 0 0.13 195.43 0.51 0.73
Hex 98 CC DE 20 8 0 D C3 33 49
Octal 230 314 336 40 10 0 15 303 63 111
Binary 10011000 11001100 11011110 100000 1000 0 1101 11000011 110011 1001001

Color Harmonies of #98CCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CCDE

Black with #98CCDE

Text Example


Text Example

White with #98CCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,204,222); }

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

background-color css

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

 a { background-color: rgb(152,204,222); }

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

border-color css

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

 span { border-color: rgb(152,204,222); }

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