Html Css Color HEX #A1CFDC Regent St Blue

📋 copy color: '#A1CFDC'

red 161 ◦ green 207 ◦ blue 220

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

Shades of Regent St Blue #A1CFDC

Tints of Regent St Blue #A1CFDC

RGB

 RED value IS 161 (63.28% from 255) = 27.38%

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

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

R = 27.38%
G = 35.2%
B = 37.41%

CMYK

 C value IS 0.27

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A1CFDC (or 0xA1CFDC) is known color: Regent St Blue. HEX triplet: A1, CF and DC. RGB value is (161,207,220). Sum of RGB (Red+Green+Blue) = 161+207+220=588 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.38% from 588); Green value is 207 (81.25% from 255 or 35.20% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 220 - color contains mainly: blue. Hex color #A1CFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CFDC is #5E3023. Grayscale: #C2C2C2. Windows color (decimal): -6172708 or 14471073. OLE color: 14471073.

HSL color Cylindrical-coordinate representation of color #A1CFDC: hue angle of 193.22º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1CFDC is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 207 220 -
CMYK 0.27 0.06 0 0.14
HSL 193.22º 0.46% 0.75% -
HSV(B) 193.22º 0.27% 0.86% -
XYZ 49.93 57.37 76.15 -
YUV 194.73 142.26 103.94 -
System Red Green Blue C M Y K H S L
Decimal 161 207 220 0.27 0.06 0 0.14 193.22 0.46 0.75
Hex A1 CF DC 1B 6 0 E C1 2E 4B
Octal 241 317 334 33 6 0 16 301 56 113
Binary 10100001 11001111 11011100 11011 110 0 1110 11000001 101110 1001011

Color Harmonies of #A1CFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CFDC

Black with #A1CFDC

Text Example


Text Example

White with #A1CFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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