#AFCDD5

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

Shades of Regent St Blue #AFCDD5

Tints of Regent St Blue #AFCDD5

Color information

#AFCDD5 (or 0xAFCDD5) is unknown color: approx Regent St Blue. HEX triplet: AF, CD and D5. RGB value is (175,205,213). Sum of RGB (Red+Green+Blue) = 175+205+213=593 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.51% from 593); Green value is 205 (80.47% from 255 or 34.57% from 593); Blue value is 213 (83.59% from 255 or 35.92% from 593); Max value from RGB is 213 - color contains mainly: blue. Hex color #AFCDD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCDD5 is #50322A. Grayscale: #C4C4C4. Windows color (decimal): -5255723 or 14011823. OLE color: 14011823.

HSL color Cylindrical-coordinate representation of color #AFCDD5: hue angle of 192.63º 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 #AFCDD5 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB175205213-
CMYK0.180.0400.16
HSL192.63º31.15%76.08%-
HSV(B)192.63º17.84%83.53%-
XYZ51.5257.5871.35-
YUV196.94137.06112.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.51%
GREEN value IS 205 (80.47% from 255) = 34.57%
BLUE value IS 213 (83.59% from 255) = 35.92%
R=29.51%
G=34.57%
B=35.92%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752052130.180.0400.16192.6331.1576.08
HexAFCDD5124010c11f4c
Octal25731532522402030137114
Binary1010111111001101110101011001010001000011000001111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCDD5; }

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

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

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

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

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

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

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

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