Html Css Color HEX #98CFDC Regent St Blue

📋 copy color: '#98CFDC'

red 152 ◦ green 207 ◦ blue 220

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

Shades of Regent St Blue #98CFDC

Tints of Regent St Blue #98CFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38%

R = 26.25%
G = 35.75%
B = 38%

CMYK

 C value IS 0.31

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#98CFDC (or 0x98CFDC) is known color: Regent St Blue. HEX triplet: 98, CF and DC. RGB value is (152,207,220). Sum of RGB (Red+Green+Blue) = 152+207+220=579 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.25% from 579); Green value is 207 (81.25% from 255 or 35.75% from 579); Blue value is 220 (86.33% from 255 or 38.00% from 579); Max value from RGB is 220 - color contains mainly: blue. Hex color #98CFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CFDC is #673023. Grayscale: #BFBFBF. Windows color (decimal): -6762532 or 14471064. OLE color: 14471064.

HSL color Cylindrical-coordinate representation of color #98CFDC: hue angle of 191.47º degrees, saturation: 0.49, 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 #98CFDC is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 207 220 -
CMYK 0.31 0.06 0 0.14
HSL 191.47º 0.49% 0.73% -
HSV(B) 191.47º 0.31% 0.86% -
XYZ 48.18 56.47 76.07 -
YUV 192.04 143.78 99.44 -
System Red Green Blue C M Y K H S L
Decimal 152 207 220 0.31 0.06 0 0.14 191.47 0.49 0.73
Hex 98 CF DC 1F 6 0 E BF 31 49
Octal 230 317 334 37 6 0 16 277 61 111
Binary 10011000 11001111 11011100 11111 110 0 1110 10111111 110001 1001001

Color Harmonies of #98CFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CFDC

Black with #98CFDC

Text Example


Text Example

White with #98CFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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