Html Css Color HEX #98CEDE Regent St Blue

📋 copy color: '#98CEDE'

red 152 ◦ green 206 ◦ blue 222

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

Shades of Regent St Blue #98CEDE

Tints of Regent St Blue #98CEDE

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.52%

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

R = 26.21%
G = 35.52%
B = 38.28%

CMYK

 C value IS 0.32

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#98CEDE (or 0x98CEDE) is known color: Regent St Blue. HEX triplet: 98, CE and DE. RGB value is (152,206,222). Sum of RGB (Red+Green+Blue) = 152+206+222=580 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.21% from 580); Green value is 206 (80.86% from 255 or 35.52% from 580); Blue value is 222 (87.11% from 255 or 38.28% from 580); Max value from RGB is 222 - color contains mainly: blue. Hex color #98CEDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CEDE is #673121. Grayscale: #BFBFBF. Windows color (decimal): -6762786 or 14601880. OLE color: 14601880.

HSL color Cylindrical-coordinate representation of color #98CEDE: hue angle of 193.71º 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 #98CEDE is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 152 206 222 -
CMYK 0.32 0.07 0 0.13
HSL 193.71º 0.51% 0.73% -
HSV(B) 193.71º 0.32% 0.87% -
XYZ 48.21 56.09 77.39 -
YUV 191.68 145.11 99.7 -
System Red Green Blue C M Y K H S L
Decimal 152 206 222 0.32 0.07 0 0.13 193.71 0.51 0.73
Hex 98 CE DE 20 7 0 D C2 33 49
Octal 230 316 336 40 7 0 15 302 63 111
Binary 10011000 11001110 11011110 100000 111 0 1101 11000010 110011 1001001

Color Harmonies of #98CEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CEDE

Black with #98CEDE

Text Example


Text Example

White with #98CEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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