Html Css Color HEX #98CFDB Regent St Blue

📋 copy color: '#98CFDB'

red 152 ◦ green 207 ◦ blue 219

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

Shades of Regent St Blue #98CFDB

Tints of Regent St Blue #98CFDB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.81%

 BLUE value IS 219 (85.94% from 255) = 37.89%

R = 26.3%
G = 35.81%
B = 37.89%

CMYK

 C value IS 0.31

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#98CFDB (or 0x98CFDB) is known color: Regent St Blue. HEX triplet: 98, CF and DB. RGB value is (152,207,219). Sum of RGB (Red+Green+Blue) = 152+207+219=578 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.30% from 578); Green value is 207 (81.25% from 255 or 35.81% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 219 - color contains mainly: blue. Hex color #98CFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CFDB is #673024. Grayscale: #BFBFBF. Windows color (decimal): -6762533 or 14405528. OLE color: 14405528.

HSL color Cylindrical-coordinate representation of color #98CFDB: hue angle of 190.75º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98CFDB is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 207 219 -
CMYK 0.31 0.05 0 0.14
HSL 190.75º 0.48% 0.73% -
HSV(B) 190.75º 0.31% 0.86% -
XYZ 48.05 56.42 75.37 -
YUV 191.92 143.28 99.52 -
System Red Green Blue C M Y K H S L
Decimal 152 207 219 0.31 0.05 0 0.14 190.75 0.48 0.73
Hex 98 CF DB 1F 5 0 E BF 30 49
Octal 230 317 333 37 5 0 16 277 60 111
Binary 10011000 11001111 11011011 11111 101 0 1110 10111111 110000 1001001

Color Harmonies of #98CFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CFDB

Black with #98CFDB

Text Example


Text Example

White with #98CFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,207,219); }

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

background-color css

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

 a { background-color: rgb(152,207,219); }

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

border-color css

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

 span { border-color: rgb(152,207,219); }

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