Html Css Color HEX #99C5CF Regent St Blue

📋 copy color: '#99C5CF'

red 153 ◦ green 197 ◦ blue 207

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

Shades of Regent St Blue #99C5CF

Tints of Regent St Blue #99C5CF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.37%

 BLUE value IS 207 (81.25% from 255) = 37.16%

R = 27.47%
G = 35.37%
B = 37.16%

CMYK

 C value IS 0.26

 M value IS 0.05

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#99C5CF (or 0x99C5CF) is known color: Regent St Blue. HEX triplet: 99, C5 and CF. RGB value is (153,197,207). Sum of RGB (Red+Green+Blue) = 153+197+207=557 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.47% from 557); Green value is 197 (77.34% from 255 or 35.37% from 557); Blue value is 207 (81.25% from 255 or 37.16% from 557); Max value from RGB is 207 - color contains mainly: blue. Hex color #99C5CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99C5CF is #663A30. Grayscale: #B8B8B8. Windows color (decimal): -6699569 or 13616537. OLE color: 13616537.

HSL color Cylindrical-coordinate representation of color #99C5CF: hue angle of 191.11º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99C5CF is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 197 207 -
CMYK 0.26 0.05 0 0.19
HSL 191.11º 0.36% 0.71% -
HSV(B) 191.11º 0.26% 0.81% -
XYZ 44.37 51.21 66.58 -
YUV 184.98 140.42 105.19 -
System Red Green Blue C M Y K H S L
Decimal 153 197 207 0.26 0.05 0 0.19 191.11 0.36 0.71
Hex 99 C5 CF 1A 5 0 13 BF 24 47
Octal 231 305 317 32 5 0 23 277 44 107
Binary 10011001 11000101 11001111 11010 101 0 10011 10111111 100100 1000111

Color Harmonies of #99C5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C5CF

Black with #99C5CF

Text Example


Text Example

White with #99C5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,197,207); }

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

background-color css

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

 a { background-color: rgb(153,197,207); }

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

border-color css

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

 span { border-color: rgb(153,197,207); }

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