#AFCBD5

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

Shades of Regent St Blue #AFCBD5

Tints of Regent St Blue #AFCBD5

Color information

#AFCBD5 (or 0xAFCBD5) is unknown color: approx Regent St Blue. HEX triplet: AF, CB and D5. RGB value is (175,203,213). Sum of RGB (Red+Green+Blue) = 175+203+213=591 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.61% from 591); Green value is 203 (79.69% from 255 or 34.35% from 591); Blue value is 213 (83.59% from 255 or 36.04% from 591); Max value from RGB is 213 - color contains mainly: blue. Hex color #AFCBD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCBD5 is #50342A. Grayscale: #C3C3C3. Windows color (decimal): -5256235 or 14011311. OLE color: 14011311.

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

Color convert

RGB175203213-
CMYK0.180.0500.16
HSL195.79º31.15%76.08%-
HSV(B)195.79º17.84%83.53%-
XYZ51.0556.6371.19-
YUV195.77137.72113.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.61%
GREEN value IS 203 (79.69% from 255) = 34.35%
BLUE value IS 213 (83.59% from 255) = 36.04%
R=29.61%
G=34.35%
B=36.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752032130.180.0500.16195.7931.1576.08
HexAFCBD5125010c41f4c
Octal25731332522502030437114
Binary1010111111001011110101011001010101000011000100111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCBD5; }

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

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

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

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

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

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

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

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