#AFCED5

Color #AFCED5 Regent St Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regent St Blue #AFCED5

Tints of Regent St Blue #AFCED5

Color information

#AFCED5 (or 0xAFCED5) is unknown color: approx Regent St Blue. HEX triplet: AF, CE and D5. RGB value is (175,206,213). Sum of RGB (Red+Green+Blue) = 175+206+213=594 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.46% from 594); Green value is 206 (80.86% from 255 or 34.68% from 594); Blue value is 213 (83.59% from 255 or 35.86% from 594); Max value from RGB is 213 - color contains mainly: blue. Hex color #AFCED5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCED5 is #50312A. Grayscale: #C5C5C5. Windows color (decimal): -5255467 or 14012079. OLE color: 14012079.

HSL color Cylindrical-coordinate representation of color #AFCED5: hue angle of 191.05º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AFCED5 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB175206213-
CMYK0.180.0300.16
HSL191.05º31.15%76.08%-
HSV(B)191.05º17.84%83.53%-
XYZ51.7658.0671.43-
YUV197.53136.73111.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.46%
GREEN value IS 206 (80.86% from 255) = 34.68%
BLUE value IS 213 (83.59% from 255) = 35.86%
R=29.46%
G=34.68%
B=35.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752062130.180.0300.16191.0531.1576.08
HexAFCED5123010bf1f4c
Octal25731632522302027737114
Binary101011111100111011010101100101101000010111111111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCED5; }

 p { color: rgb(175,206,213); }

 H1.HeaderClassName
 {
   color: #AFCED5;
 }
 .AnyTagClassName
 {
   color: #AFCED5;
 }
</style>
background-color css

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

 a { background-color: rgb(175,206,213); }

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

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

 span { border-color: rgb(175,206,213); }

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