Html Css Color HEX #98CEE0 Regent St Blue

📋 copy color: '#98CEE0'

red 152 ◦ green 206 ◦ blue 224

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

Shades of Regent St Blue #98CEE0

Tints of Regent St Blue #98CEE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.49%

R = 26.12%
G = 35.4%
B = 38.49%

CMYK

 C value IS 0.32

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#98CEE0 (or 0x98CEE0) is known color: Regent St Blue. HEX triplet: 98, CE and E0. RGB value is (152,206,224). Sum of RGB (Red+Green+Blue) = 152+206+224=582 (77% of max value = 765). Red value is 152 (59.77% from 255 or 26.12% from 582); Green value is 206 (80.86% from 255 or 35.40% from 582); Blue value is 224 (87.89% from 255 or 38.49% from 582); Max value from RGB is 224 - color contains mainly: blue. Hex color #98CEE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CEE0 is #67311F. Grayscale: #BFBFBF. Windows color (decimal): -6762784 or 14732952. OLE color: 14732952.

HSL color Cylindrical-coordinate representation of color #98CEE0: hue angle of 195º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98CEE0 is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 152 206 224 -
CMYK 0.32 0.08 0 0.12
HSL 195º 0.54% 0.74% -
HSV(B) 195º 0.32% 0.88% -
XYZ 48.47 56.2 78.81 -
YUV 191.91 146.11 99.54 -
System Red Green Blue C M Y K H S L
Decimal 152 206 224 0.32 0.08 0 0.12 195 0.54 0.74
Hex 98 CE E0 20 8 0 C C3 36 4A
Octal 230 316 340 40 10 0 14 303 66 112
Binary 10011000 11001110 11100000 100000 1000 0 1100 11000011 110110 1001010

Color Harmonies of #98CEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CEE0

Black with #98CEE0

Text Example


Text Example

White with #98CEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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