Html Css Color HEX #99CFDC Regent St Blue

📋 copy color: '#99CFDC'

red 153 ◦ green 207 ◦ blue 220

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

Shades of Regent St Blue #99CFDC

Tints of Regent St Blue #99CFDC

RGB

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

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

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

R = 26.38%
G = 35.69%
B = 37.93%

CMYK

 C value IS 0.30

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#99CFDC (or 0x99CFDC) is known color: Regent St Blue. HEX triplet: 99, CF and DC. RGB value is (153,207,220). Sum of RGB (Red+Green+Blue) = 153+207+220=580 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.38% from 580); Green value is 207 (81.25% from 255 or 35.69% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 220 - color contains mainly: blue. Hex color #99CFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CFDC is #663023. Grayscale: #C0C0C0. Windows color (decimal): -6696996 or 14471065. OLE color: 14471065.

HSL color Cylindrical-coordinate representation of color #99CFDC: hue angle of 191.64º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99CFDC is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 207 220 -
CMYK 0.30 0.06 0 0.14
HSL 191.64º 0.49% 0.73% -
HSV(B) 191.64º 0.3% 0.86% -
XYZ 48.37 56.57 76.08 -
YUV 192.34 143.61 99.94 -
System Red Green Blue C M Y K H S L
Decimal 153 207 220 0.30 0.06 0 0.14 191.64 0.49 0.73
Hex 99 CF DC 1E 6 0 E C0 31 49
Octal 231 317 334 36 6 0 16 300 61 111
Binary 10011001 11001111 11011100 11110 110 0 1110 11000000 110001 1001001

Color Harmonies of #99CFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CFDC

Black with #99CFDC

Text Example


Text Example

White with #99CFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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