#AFCED4

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

Shades of Regent St Blue #AFCED4

Tints of Regent St Blue #AFCED4

Color information

#AFCED4 (or 0xAFCED4) is unknown color: approx Regent St Blue. HEX triplet: AF, CE and D4. RGB value is (175,206,212). Sum of RGB (Red+Green+Blue) = 175+206+212=593 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.51% from 593); Green value is 206 (80.86% from 255 or 34.74% from 593); Blue value is 212 (83.20% from 255 or 35.75% from 593); Max value from RGB is 212 - color contains mainly: blue. Hex color #AFCED4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCED4 is #50312B. Grayscale: #C5C5C5. Windows color (decimal): -5255468 or 13946543. OLE color: 13946543.

HSL color Cylindrical-coordinate representation of color #AFCED4: hue angle of 189.73º degrees, saturation: 0.3, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFCED4 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB175206212-
CMYK0.170.0300.17
HSL189.73º30.08%75.88%-
HSV(B)189.73º17.45%83.14%-
XYZ51.6358.0170.76-
YUV197.42136.23112.01-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.51%
GREEN value IS 206 (80.86% from 255) = 34.74%
BLUE value IS 212 (83.20% from 255) = 35.75%
R=29.51%
G=34.74%
B=35.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1752062120.170.0300.17189.7330.0875.88
HexAFCED4113011be1e4c
Octal25731632421302127636114
Binary101011111100111011010100100011101000110111110111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCED4; }

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

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

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

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

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

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

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

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