Html Css Color HEX #A9CFD7 Regent St Blue

📋 copy color: '#A9CFD7'

red 169 ◦ green 207 ◦ blue 215

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

Shades of Regent St Blue #A9CFD7

Tints of Regent St Blue #A9CFD7

RGB

 RED value IS 169 (66.41% from 255) = 28.6%

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

 BLUE value IS 215 (84.38% from 255) = 36.38%

R = 28.6%
G = 35.03%
B = 36.38%

CMYK

 C value IS 0.21

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A9CFD7 (or 0xA9CFD7) is known color: Regent St Blue. HEX triplet: A9, CF and D7. RGB value is (169,207,215). Sum of RGB (Red+Green+Blue) = 169+207+215=591 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.60% from 591); Green value is 207 (81.25% from 255 or 35.03% from 591); Blue value is 215 (84.38% from 255 or 36.38% from 591); Max value from RGB is 215 - color contains mainly: blue. Hex color #A9CFD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CFD7 is #563028. Grayscale: #C4C4C4. Windows color (decimal): -5648425 or 14143401. OLE color: 14143401.

HSL color Cylindrical-coordinate representation of color #A9CFD7: hue angle of 190.43º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A9CFD7 is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 169 207 215 -
CMYK 0.21 0.04 0 0.16
HSL 190.43º 0.37% 0.75% -
HSV(B) 190.43º 0.21% 0.84% -
XYZ 50.94 57.97 72.79 -
YUV 196.55 138.41 108.35 -
System Red Green Blue C M Y K H S L
Decimal 169 207 215 0.21 0.04 0 0.16 190.43 0.37 0.75
Hex A9 CF D7 15 4 0 10 BE 25 4B
Octal 251 317 327 25 4 0 20 276 45 113
Binary 10101001 11001111 11010111 10101 100 0 10000 10111110 100101 1001011

Color Harmonies of #A9CFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9CFD7

Black with #A9CFD7

Text Example


Text Example

White with #A9CFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9CFD7; }

 p { color: rgb(169,207,215); }

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

background-color css

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

 a { background-color: rgb(169,207,215); }

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

border-color css

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

 span { border-color: rgb(169,207,215); }

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