Html Css Color HEX #A1CFDD Regent St Blue

📋 copy color: '#A1CFDD'

red 161 ◦ green 207 ◦ blue 221

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

Shades of Regent St Blue #A1CFDD

Tints of Regent St Blue #A1CFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.52%

R = 27.33%
G = 35.14%
B = 37.52%

CMYK

 C value IS 0.27

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A1CFDD (or 0xA1CFDD) is known color: Regent St Blue. HEX triplet: A1, CF and DD. RGB value is (161,207,221). Sum of RGB (Red+Green+Blue) = 161+207+221=589 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.33% from 589); Green value is 207 (81.25% from 255 or 35.14% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 221 - color contains mainly: blue. Hex color #A1CFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CFDD is #5E3022. Grayscale: #C2C2C2. Windows color (decimal): -6172707 or 14536609. OLE color: 14536609.

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

Color convert

RGB 161 207 221 -
CMYK 0.27 0.06 0 0.13
HSL 194º 0.47% 0.75% -
HSV(B) 194º 0.27% 0.87% -
XYZ 50.06 57.42 76.85 -
YUV 194.84 142.76 103.86 -
System Red Green Blue C M Y K H S L
Decimal 161 207 221 0.27 0.06 0 0.13 194 0.47 0.75
Hex A1 CF DD 1B 6 0 D C2 2F 4B
Octal 241 317 335 33 6 0 15 302 57 113
Binary 10100001 11001111 11011101 11011 110 0 1101 11000010 101111 1001011

Color Harmonies of #A1CFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CFDD

Black with #A1CFDD

Text Example


Text Example

White with #A1CFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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