Html Css Color HEX #AACFD4 Regent St Blue

📋 copy color: '#AACFD4'

red 170 ◦ green 207 ◦ blue 212

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

Shades of Regent St Blue #AACFD4

Tints of Regent St Blue #AACFD4

RGB

 RED value IS 170 (66.8% from 255) = 28.86%

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

 BLUE value IS 212 (83.2% from 255) = 35.99%

R = 28.86%
G = 35.14%
B = 35.99%

CMYK

 C value IS 0.20

 M value IS 0.02

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AACFD4 (or 0xAACFD4) is known color: Regent St Blue. HEX triplet: AA, CF and D4. RGB value is (170,207,212). Sum of RGB (Red+Green+Blue) = 170+207+212=589 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.86% from 589); Green value is 207 (81.25% from 255 or 35.14% from 589); Blue value is 212 (83.20% from 255 or 35.99% from 589); Max value from RGB is 212 - color contains mainly: blue. Hex color #AACFD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACFD4 is #55302B. Grayscale: #C4C4C4. Windows color (decimal): -5582892 or 13946794. OLE color: 13946794.

HSL color Cylindrical-coordinate representation of color #AACFD4: hue angle of 187.14º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AACFD4 is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 170 207 212 -
CMYK 0.20 0.02 0 0.17
HSL 187.14º 0.33% 0.75% -
HSV(B) 187.14º 0.2% 0.83% -
XYZ 50.77 57.93 70.79 -
YUV 196.51 136.74 109.09 -
System Red Green Blue C M Y K H S L
Decimal 170 207 212 0.20 0.02 0 0.17 187.14 0.33 0.75
Hex AA CF D4 14 2 0 11 BB 21 4B
Octal 252 317 324 24 2 0 21 273 41 113
Binary 10101010 11001111 11010100 10100 10 0 10001 10111011 100001 1001011

Color Harmonies of #AACFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACFD4

Black with #AACFD4

Text Example


Text Example

White with #AACFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACFD4; }

 p { color: rgb(170,207,212); }

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

background-color css

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

 a { background-color: rgb(170,207,212); }

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

border-color css

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

 span { border-color: rgb(170,207,212); }

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