Html Css Color HEX #A0CFDD Regent St Blue

📋 copy color: '#A0CFDD'

red 160 ◦ green 207 ◦ blue 221

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

Shades of Regent St Blue #A0CFDD

Tints of Regent St Blue #A0CFDD

RGB

 RED value IS 160 (62.89% from 255) = 27.21%

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

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

R = 27.21%
G = 35.2%
B = 37.59%

CMYK

 C value IS 0.28

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A0CFDD (or 0xA0CFDD) is known color: Regent St Blue. HEX triplet: A0, CF and DD. RGB value is (160,207,221). Sum of RGB (Red+Green+Blue) = 160+207+221=588 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.21% from 588); Green value is 207 (81.25% from 255 or 35.20% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 221 - color contains mainly: blue. Hex color #A0CFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CFDD is #5F3022. Grayscale: #C2C2C2. Windows color (decimal): -6238243 or 14536608. OLE color: 14536608.

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

Color convert

RGB 160 207 221 -
CMYK 0.28 0.06 0 0.13
HSL 193.77º 0.47% 0.75% -
HSV(B) 193.77º 0.28% 0.87% -
XYZ 49.86 57.32 76.84 -
YUV 194.54 142.93 103.36 -
System Red Green Blue C M Y K H S L
Decimal 160 207 221 0.28 0.06 0 0.13 193.77 0.47 0.75
Hex A0 CF DD 1C 6 0 D C2 2F 4B
Octal 240 317 335 34 6 0 15 302 57 113
Binary 10100000 11001111 11011101 11100 110 0 1101 11000010 101111 1001011

Color Harmonies of #A0CFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CFDD

Black with #A0CFDD

Text Example


Text Example

White with #A0CFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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