Html Css Color HEX #99D0DF Regent St Blue

📋 copy color: '#99D0DF'

red 153 ◦ green 208 ◦ blue 223

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

Shades of Regent St Blue #99D0DF

Tints of Regent St Blue #99D0DF

RGB

 RED value IS 153 (60.16% from 255) = 26.2%

 GREEN value IS 208 (81.64% from 255) = 35.62%

 BLUE value IS 223 (87.5% from 255) = 38.18%

R = 26.2%
G = 35.62%
B = 38.18%

CMYK

 C value IS 0.31

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#99D0DF (or 0x99D0DF) is known color: Regent St Blue. HEX triplet: 99, D0 and DF. RGB value is (153,208,223). Sum of RGB (Red+Green+Blue) = 153+208+223=584 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.20% from 584); Green value is 208 (81.64% from 255 or 35.62% from 584); Blue value is 223 (87.5% from 255 or 38.18% from 584); Max value from RGB is 223 - color contains mainly: blue. Hex color #99D0DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D0DF is #662F20. Grayscale: #C1C1C1. Windows color (decimal): -6696737 or 14667929. OLE color: 14667929.

HSL color Cylindrical-coordinate representation of color #99D0DF: hue angle of 192.86º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99D0DF is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 153 208 223 -
CMYK 0.31 0.07 0 0.13
HSL 192.86º 0.52% 0.74% -
HSV(B) 192.86º 0.31% 0.87% -
XYZ 49.01 57.21 78.27 -
YUV 193.27 144.78 99.28 -
System Red Green Blue C M Y K H S L
Decimal 153 208 223 0.31 0.07 0 0.13 192.86 0.52 0.74
Hex 99 D0 DF 1F 7 0 D C1 34 4A
Octal 231 320 337 37 7 0 15 301 64 112
Binary 10011001 11010000 11011111 11111 111 0 1101 11000001 110100 1001010

Color Harmonies of #99D0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D0DF

Black with #99D0DF

Text Example


Text Example

White with #99D0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99D0DF; }

 p { color: rgb(153,208,223); }

 H1.HeaderClassName
 {
   color: #99D0DF;
 }
 .AnyTagClassName
 {
   color: #99D0DF;
 }
</style>

background-color css

<style>
 a { background-color: #99D0DF; }

 a { background-color: rgb(153,208,223); }

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

border-color css

<style>
 span { border-color: #99D0DF; }

 span { border-color: rgb(153,208,223); }

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