Html Css Color HEX #99C3CF Regent St Blue

📋 copy color: '#99C3CF'

red 153 ◦ green 195 ◦ blue 207

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

Shades of Regent St Blue #99C3CF

Tints of Regent St Blue #99C3CF

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.14%

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

R = 27.57%
G = 35.14%
B = 37.3%

CMYK

 C value IS 0.26

 M value IS 0.06

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#99C3CF (or 0x99C3CF) is known color: Regent St Blue. HEX triplet: 99, C3 and CF. RGB value is (153,195,207). Sum of RGB (Red+Green+Blue) = 153+195+207=555 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.57% from 555); Green value is 195 (76.56% from 255 or 35.14% from 555); Blue value is 207 (81.25% from 255 or 37.30% from 555); Max value from RGB is 207 - color contains mainly: blue. Hex color #99C3CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99C3CF is #663C30. Grayscale: #B7B7B7. Windows color (decimal): -6700081 or 13616025. OLE color: 13616025.

HSL color Cylindrical-coordinate representation of color #99C3CF: hue angle of 193.33º 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 #99C3CF is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 195 207 -
CMYK 0.26 0.06 0 0.19
HSL 193.33º 0.36% 0.71% -
HSV(B) 193.33º 0.26% 0.81% -
XYZ 43.91 50.31 66.43 -
YUV 183.81 141.09 106.02 -
System Red Green Blue C M Y K H S L
Decimal 153 195 207 0.26 0.06 0 0.19 193.33 0.36 0.71
Hex 99 C3 CF 1A 6 0 13 C1 24 47
Octal 231 303 317 32 6 0 23 301 44 107
Binary 10011001 11000011 11001111 11010 110 0 10011 11000001 100100 1000111

Color Harmonies of #99C3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C3CF

Black with #99C3CF

Text Example


Text Example

White with #99C3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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