Html Css Color HEX #98BCCC Regent St Blue

📋 copy color: '#98BCCC'

red 152 ◦ green 188 ◦ blue 204

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

Shades of Regent St Blue #98BCCC

Tints of Regent St Blue #98BCCC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.56%

 BLUE value IS 204 (80.08% from 255) = 37.5%

R = 27.94%
G = 34.56%
B = 37.5%

CMYK

 C value IS 0.25

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#98BCCC (or 0x98BCCC) is known color: Regent St Blue. HEX triplet: 98, BC and CC. RGB value is (152,188,204). Sum of RGB (Red+Green+Blue) = 152+188+204=544 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.94% from 544); Green value is 188 (73.83% from 255 or 34.56% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 204 - color contains mainly: blue. Hex color #98BCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BCCC is #674333. Grayscale: #B2B2B2. Windows color (decimal): -6767412 or 13417624. OLE color: 13417624.

HSL color Cylindrical-coordinate representation of color #98BCCC: hue angle of 198.46º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #98BCCC is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 152 188 204 -
CMYK 0.25 0.08 0 0.2
HSL 198.46º 0.34% 0.7% -
HSV(B) 198.46º 0.25% 0.8% -
XYZ 41.83 47 63.99 -
YUV 179.06 142.07 108.7 -
System Red Green Blue C M Y K H S L
Decimal 152 188 204 0.25 0.08 0 0.2 198.46 0.34 0.7
Hex 98 BC CC 19 8 0 14 C6 22 46
Octal 230 274 314 31 10 0 24 306 42 106
Binary 10011000 10111100 11001100 11001 1000 0 10100 11000110 100010 1000110

Color Harmonies of #98BCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BCCC

Black with #98BCCC

Text Example


Text Example

White with #98BCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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