Html Css Color HEX #98BECB Regent St Blue

📋 copy color: '#98BECB'

red 152 ◦ green 190 ◦ blue 203

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

Shades of Regent St Blue #98BECB

Tints of Regent St Blue #98BECB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 34.86%

 BLUE value IS 203 (79.69% from 255) = 37.25%

R = 27.89%
G = 34.86%
B = 37.25%

CMYK

 C value IS 0.25

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#98BECB (or 0x98BECB) is known color: Regent St Blue. HEX triplet: 98, BE and CB. RGB value is (152,190,203). Sum of RGB (Red+Green+Blue) = 152+190+203=545 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.89% from 545); Green value is 190 (74.61% from 255 or 34.86% from 545); Blue value is 203 (79.69% from 255 or 37.25% from 545); Max value from RGB is 203 - color contains mainly: blue. Hex color #98BECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BECB is #674134. Grayscale: #B4B4B4. Windows color (decimal): -6766901 or 13352600. OLE color: 13352600.

HSL color Cylindrical-coordinate representation of color #98BECB: hue angle of 195.29º degrees, saturation: 0.33, 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 #98BECB is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 152 190 203 -
CMYK 0.25 0.06 0 0.20
HSL 195.29º 0.33% 0.7% -
HSV(B) 195.29º 0.25% 0.8% -
XYZ 42.14 47.81 63.51 -
YUV 180.12 140.91 107.94 -
System Red Green Blue C M Y K H S L
Decimal 152 190 203 0.25 0.06 0 0.20 195.29 0.33 0.7
Hex 98 BE CB 19 6 0 14 C3 21 46
Octal 230 276 313 31 6 0 24 303 41 106
Binary 10011000 10111110 11001011 11001 110 0 10100 11000011 100001 1000110

Color Harmonies of #98BECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BECB

Black with #98BECB

Text Example


Text Example

White with #98BECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,190,203); }

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

background-color css

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

 a { background-color: rgb(152,190,203); }

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

border-color css

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

 span { border-color: rgb(152,190,203); }

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